Skip to content

Commit

Permalink
Removing test case that is not working on chrome anymore (#84440)
Browse files Browse the repository at this point in the history
  • Loading branch information
thaystg authored Apr 6, 2023
1 parent 688c509 commit 64a1919
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ await EvaluateAndCheck(
[ConditionalTheory(nameof(RunningOnChrome))]
[InlineData("c == 15", 79, 3, 79, 11)]
[InlineData("c == 17", 79, 3, 80, 11)]
[InlineData("g == 17", 79, 3, 80, 11)]
[InlineData("true", 79, 3, 79, 11)]
[InlineData("\"false\"", 79, 3, 79, 11)]
[InlineData("\"true\"", 79, 3, 79, 11)]
Expand Down

0 comments on commit 64a1919

Please sign in to comment.