Skip to content

Commit 4c797c6

Browse files
Update test/IntegrationTests/MSTest.Acceptance.IntegrationTests/IgnoreTests.cs
Co-authored-by: Amaury Levé <amauryleve@microsoft.com>
1 parent 10087e6 commit 4c797c6

File tree

1 file changed

+1
-0
lines changed
  • test/IntegrationTests/MSTest.Acceptance.IntegrationTests

1 file changed

+1
-0
lines changed

test/IntegrationTests/MSTest.Acceptance.IntegrationTests/IgnoreTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ public class SubClass : IntermediateClass
193193
public static void SubClassCleanup()
194194
=> Console.WriteLine("SubClass.ClassCleanup");
195195
196+
// Ignore the first test on purpose, see https://github.com/microsoft/testfx/issues/5062
196197
[TestMethod]
197198
[Ignore]
198199
public void IgnoredMethod()

0 commit comments

Comments
 (0)