We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d18566 commit f4c121aCopy full SHA for f4c121a
test/Microsoft.TestPlatform.AcceptanceTests/TranslationLayerTests/CodeCoverageTests.cs
@@ -164,10 +164,7 @@ public async Task TestRunWithCodeCoverageAndFinalizationCancelled(RunnerInfo run
164
await finalization;
165
multiTestRunFinalizationEventHandler.EnsureSuccess();
166
167
- if(testEnvironment.RunnerFramework.Equals(IntegrationTestBase.DesktopRunnerFramework))
168
- {
169
- Assert.AreEqual(0, this.multiTestRunFinalizationEventHandler.Attachments.Count);
170
- }
+ Assert.AreEqual(1000, this.multiTestRunFinalizationEventHandler.Attachments.Count);
171
}
172
173
[TestMethod]
0 commit comments