We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38cbdd9 commit cf04343Copy full SHA for cf04343
npm/pkg/dataplane/dataplane_linux_test.go
@@ -94,6 +94,8 @@ func TestNetPolInBackgroundUpdatePolicy(t *testing.T) {
94
}
95
96
func TestNetPolInBackgroundSkipAddAfterRemove(t *testing.T) {
97
+ // Sleep for a bit to let IncNumACLRulesBy be resolved to avoid race condition
98
+ time.Sleep(100 * time.Millisecond)
99
metrics.ReinitializeAll()
100
101
calls := getBootupTestCalls()
0 commit comments