We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e570f commit 05ce31bCopy full SHA for 05ce31b
test/IntegrationTests/MongoDBCollectionFixture.cs
@@ -71,7 +71,7 @@ private static async Task<IWaitForContainerOS> GetWaitForOSTypeAsync()
71
? Wait.ForWindowsContainer()
72
: Wait.ForUnixContainer();
73
#else
74
- return await Task.Run(Wait.ForUnixContainer);
+ return await Task.Run(Wait.ForUnixContainer).ConfigureAwait(false);
75
#endif
76
}
77
0 commit comments