From 2130e49349689ca7937a0e8338588f7fb96030c0 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 12 Mar 2025 08:27:13 +0100 Subject: Inverted test --- tests/matrix/matrix_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/matrix/matrix_test.go b/tests/matrix/matrix_test.go index 0476764..736cfb8 100644 --- a/tests/matrix/matrix_test.go +++ b/tests/matrix/matrix_test.go @@ -80,7 +80,7 @@ var matrixAegisAdditions = []testcaseMatrix{ // This is the entry point for the tests func TestMain(m *testing.M) { - if !common.Available { + if common.Available { matrix = append(matrix, matrixAegisAdditions...) } -- cgit v1.2.3