Fix issue with WatchDispose test that had a race condition that may result in test failing (#427)

This commit is contained in:
Andrew Stakhov
2020-04-20 18:30:12 -04:00
committed by GitHub
parent 233dc03ac8
commit 2dd9f60dbc

View File

@@ -263,7 +263,6 @@ namespace k8s.Tests
await Task.Yield();
}
Assert.Empty(events);
Assert.False(watcher.Watching);
Assert.True(connectionClosed.IsSet);
}