Skip to content

Commit

Permalink
test: separate specification tests from race conditions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew committed Nov 22, 2023
1 parent ac597e1 commit 05d2d65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/strategies/gradual_rollout_session_id_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build norace

package strategies

import (
Expand Down
2 changes: 2 additions & 0 deletions internal/strategies/gradual_rollout_user_id_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build norace

package strategies

import (
Expand Down

0 comments on commit 05d2d65

Please sign in to comment.