We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da3e453 commit 715cf64Copy full SHA for 715cf64
service/internal/integrationtest/wafregional/smoke_test.go
@@ -35,6 +35,8 @@ func TestInteg_00_ListRules(t *testing.T) {
35
}
36
37
func TestInteg_01_CreateSqlInjectionMatchSet(t *testing.T) {
38
+ t.Skip("disable waf CreateSqlInjectionMatchSet")
39
+
40
ctx, cancelFn := context.WithTimeout(context.Background(), 5*time.Second)
41
defer cancelFn()
42
0 commit comments