Skip to content

Commit 8b8a972

Browse files
authored
Ignore flaky test (#2386)
## Description Ignore flaky test that fails all the time.
1 parent 262a9c8 commit 8b8a972

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/DataCollectors/TraceDataCollector.UnitTests/VanguardTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ public void StartShouldThrowOnInvalidCommandLine()
139139
}
140140

141141
[TestMethod]
142+
[Ignore("This test is flaky")]
142143
public void StartShouldThrowOnTimeout()
143144
{
144145
Environment.SetEnvironmentVariable(EnvironmentHelper.VstestConnectionTimeout, "0");

0 commit comments

Comments
 (0)