From 6b3b95952d3e8c31259536fe2d7d2c0530a90347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Tue, 18 Jun 2024 10:54:42 +0200 Subject: [PATCH] Ignore dump failing test while I investigate (#5107) --- .../BlameDataCollectorTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/BlameDataCollectorTests.cs b/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/BlameDataCollectorTests.cs index cdcb645d46..02d4bd56f9 100644 --- a/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/BlameDataCollectorTests.cs +++ b/test/Microsoft.TestPlatform.Acceptance.IntegrationTests/BlameDataCollectorTests.cs @@ -58,6 +58,7 @@ public void BlameDataCollectorShouldGiveCorrectTestCaseName(RunnerInfo runnerInf } [TestMethod] + [Ignore] [TestCategory("Windows-Review")] [NetFullTargetFrameworkDataSource] [NetCoreTargetFrameworkDataSource]