Skip to content

Commit

Permalink
Disable InspectVariableBeforeAndAfterAssignment test (#64546)
Browse files Browse the repository at this point in the history
This wasm debugger test has been causing frequent failures in the rolling build.
  • Loading branch information
sbomer authored Jan 31, 2022
1 parent 4a19a49 commit 09f681f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ public class AssignmentTests : DebuggerTestBase
};

[Theory]
[ActiveIssue("https://github.com/dotnet/runtime/issues/64188")]
[MemberData("GetTestData")]
async Task InspectVariableBeforeAndAfterAssignment(string clazz, JObject checkDefault, JObject checkValue)
{
Expand Down

0 comments on commit 09f681f

Please sign in to comment.