Skip to content

Commit

Permalink
[wasm] Disable WBT test failing on windows (#70808)
Browse files Browse the repository at this point in the history
Issue: #70675
  • Loading branch information
radical authored Jun 16, 2022
1 parent 52cced2 commit 3b09519
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public void ConsoleBuildAndRun(string config)
}

[ConditionalTheory(typeof(BuildTestBase), nameof(IsUsingWorkloads))]
[ActiveIssue("https://github.com/dotnet/runtime/issues/70675", TestPlatforms.Windows)]
[InlineData("Debug", false)]
[InlineData("Debug", true)]
[InlineData("Release", false)]
Expand Down

0 comments on commit 3b09519

Please sign in to comment.