Skip to content

Commit

Permalink
Ignore flaky test (#2386)
Browse files Browse the repository at this point in the history
## Description
Ignore flaky test that fails all the time.
  • Loading branch information
nohwnd committed Apr 6, 2020
1 parent 262a9c8 commit 8b8a972
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -139,6 +139,7 @@ public void StartShouldThrowOnInvalidCommandLine()
}

[TestMethod]
[Ignore("This test is flaky")]
public void StartShouldThrowOnTimeout()
{
Environment.SetEnvironmentVariable(EnvironmentHelper.VstestConnectionTimeout, "0");
Expand Down

0 comments on commit 8b8a972

Please sign in to comment.