Skip to content

Commit

Permalink
be bold - turn on a bunch of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sighphyre committed Dec 8, 2023
1 parent 022fc8a commit 7f298d7
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 32 deletions.
3 changes: 0 additions & 3 deletions api/feature_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build norace
// +build norace

package api

import (
Expand Down
3 changes: 0 additions & 3 deletions api/variant_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build norace
// +build norace

package api

import (
Expand Down
3 changes: 0 additions & 3 deletions context/context_test.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
//go:build norace
// +build norace

package context

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

package constraints

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

package constraints

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

package constraints

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

package constraints

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

package constraints

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

package constraints

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

package strategies

import (
Expand Down
1 change: 0 additions & 1 deletion internal/strategies/flexible_rollout_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:build norace
// +build norace

package strategies
Expand Down
1 change: 0 additions & 1 deletion internal/strategies/gradual_rollout_random_test.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//go:build norace
// +build norace

package strategies
Expand Down

0 comments on commit 7f298d7

Please sign in to comment.