Skip to content

Commit 9bf64d5

Browse files
committed
UPSTREAM: <carry>: do not run TestWatchSemantics cases in parallel
1 parent e69aa17 commit 9bf64d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

staging/src/k8s.io/apiserver/pkg/storage/testing/watcher_tests.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1441,7 +1441,6 @@ func RunWatchSemantics(ctx context.Context, t *testing.T, store storage.Interfac
14411441
}
14421442
for idx, scenario := range scenarios {
14431443
t.Run(scenario.name, func(t *testing.T) {
1444-
t.Parallel()
14451444
// set up env
14461445
if scenario.expectedInitialEvents == nil {
14471446
scenario.expectedInitialEvents = func(_ []*example.Pod) []watch.Event { return nil }

0 commit comments

Comments
 (0)