diff --git a/.ci b/.ci index 6558eb0..473aa7b 160000 --- a/.ci +++ b/.ci @@ -1 +1 @@ -Subproject commit 6558eb0a8c44da277f2bc44f71d4d2bd4d9e9ec3 +Subproject commit 473aa7b3962828e08f6049b9efe3f8a49e47560b diff --git a/integration/match_rule_update_stress_test.go b/integration/match_rule_update_stress_test.go index 769881c..1275ea1 100644 --- a/integration/match_rule_update_stress_test.go +++ b/integration/match_rule_update_stress_test.go @@ -57,6 +57,10 @@ const ( ) func TestMatchWithRuleUpdatesStress(t *testing.T) { + if testing.Short() { + t.SkipNow() // Just skip if we're doing a short run + } + // Initialize the kv store with namespace and ruleset. store := mem.NewStore() namespaces := stressTestNamespaces()