Skip to content

Commit 4f68d6b

Browse files
Copilotnohwnd
andauthored
[WIP] unignore tests (#15093)
* Initial plan for issue * Remove [Ignore] attributes from tests to unignore them Co-authored-by: nohwnd <5735905+nohwnd@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nohwnd <5735905+nohwnd@users.noreply.github.com>
1 parent 2c8ce47 commit 4f68d6b

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

test/Microsoft.TestPlatform.Acceptance.IntegrationTests/BlameDataCollectorTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ public void BlameDataCollectorShouldGiveCorrectTestCaseName(RunnerInfo runnerInf
5858
}
5959

6060
[TestMethod]
61-
[Ignore]
6261
[TestCategory("Windows-Review")]
6362
[NetFullTargetFrameworkDataSource]
6463
[NetCoreTargetFrameworkDataSource]

test/Microsoft.TestPlatform.Acceptance.IntegrationTests/TranslationLayerTests/TargetFrameworkTestHostDemultiplexer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public void ExecuteContainerInMultiHost(RunnerInfo runnerInfo)
4242
=> ExecuteContainerInMultiHost(runnerInfo, 3);
4343

4444
[TestMethod]
45-
[Ignore("Flaky on server with object has been disposed")]
4645
[NetCoreTargetFrameworkDataSource]
4746
[NetFullTargetFrameworkDataSource]
4847
public void ExecuteContainerInMultiHost_MoreHostsThanTests(RunnerInfo runnerInfo)

0 commit comments

Comments
 (0)