Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Make build work with 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xichen2020 committed Apr 22, 2018
1 parent 62fff8f commit 97795f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .ci
4 changes: 4 additions & 0 deletions integration/match_rule_update_stress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 97795f9

Please sign in to comment.