Skip to content

Commit

Permalink
[dotnet] Disabling one test from TakesScreenshotTest.cs in RBE
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Mar 23, 2024
1 parent 1cb091b commit 087d2bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/test/common/TakesScreenshotTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public void GetScreenshotAsBinary()
[IgnoreBrowser(Browser.IE, "Color comparisons fail on IE")]
[IgnoreBrowser(Browser.Chrome, "Color comparisons fail on Chrome")]
[IgnoreBrowser(Browser.Edge, "Color comparisons fail on Edge")]
[IgnoreBrowser(Browser.Firefox, "Not working properly in RBE, works locally with pinned browsers")]
public void ShouldCaptureScreenshotOfCurrentViewport()
{
#if NET6_0
Expand Down

0 comments on commit 087d2bf

Please sign in to comment.