You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -87,7 +89,10 @@ public static TestSetupHelper.TestSetupHelperOptions TestSetupHelperOptions
87
89
[TestInitialize]
88
90
publicasyncTaskTestInitialize()
89
91
{
90
-
PreTestSetup();
92
+
// This will reset the test for each run (as from original WinUI https://github.com/microsoft/microsoft-ui-xaml/blob/master/test/testinfra/MUXTestInfra/Infra/TestHelpers.cs)
93
+
// We construct it so it doesn't try to run any tests since we use the AppService Bridge to complete
@@ -209,16 +220,5 @@ private void CommunicationService_RequestReceived(AppServiceConnection sender, A
209
220
messageDeferral.Complete();
210
221
}
211
222
}
212
-
213
-
// This will reset the test for each run (as from original WinUI https://github.com/microsoft/microsoft-ui-xaml/blob/master/test/testinfra/MUXTestInfra/Infra/TestHelpers.cs)
214
-
// We construct it so it doesn't try to run any tests since we use the AppService Bridge to complete
0 commit comments