Skip to content

Commit 2dd9f60

Browse files
authored
Fix issue with WatchDispose test that had a race condition that may result in test failing (#427)
1 parent 233dc03 commit 2dd9f60

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/KubernetesClient.Tests/WatchTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,6 @@ public async Task DisposeWatch()
263263
await Task.Yield();
264264
}
265265

266-
Assert.Empty(events);
267266
Assert.False(watcher.Watching);
268267
Assert.True(connectionClosed.IsSet);
269268
}

0 commit comments

Comments
 (0)