Skip to content

Commit

Permalink
Ignore CancelTestDiscovery test as it is flaky (#3839)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Jul 1, 2022
1 parent 7a9f268 commit cc99090
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,7 @@ public void DiscoverTestsUsingSourceNavigation(RunnerInfo runnerInfo)
[TestMethod]
[NetFullTargetFrameworkDataSource(inProcess: true)]
[NetCoreTargetFrameworkDataSource]
[Ignore("Flaky on CI")]
public async Task CancelTestDiscovery(RunnerInfo runnerInfo)
{
var sw = Stopwatch.StartNew();
Expand Down

0 comments on commit cc99090

Please sign in to comment.