Skip to content

Commit b3d3dfa

Browse files
committed
[SSPROD-51182] Skip TestAccList due to multiple variants error
Test is failing due to the same issue reported in SSPROD-51182: `Error: File falco_rules_local.yaml contains multiple variants with the same required engine version 22`
1 parent 8b44f38 commit b3d3dfa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sysdig/resource_sysdig_secure_list_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import (
1414
)
1515

1616
func TestAccList(t *testing.T) {
17+
t.Skip("Skipping this test temporarily due to https://sysdig.atlassian.net/browse/SSPROD-51182")
1718
rText := func() string { return acctest.RandStringFromCharSet(10, acctest.CharSetAlphaNum) }
1819
fixedRandomText := rText()
1920

0 commit comments

Comments
 (0)