Skip to content

Commit 087d2bf

Browse files
committed
[dotnet] Disabling one test from TakesScreenshotTest.cs in RBE
1 parent 1cb091b commit 087d2bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/test/common/TakesScreenshotTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ public void GetScreenshotAsBinary()
6969
[IgnoreBrowser(Browser.IE, "Color comparisons fail on IE")]
7070
[IgnoreBrowser(Browser.Chrome, "Color comparisons fail on Chrome")]
7171
[IgnoreBrowser(Browser.Edge, "Color comparisons fail on Edge")]
72+
[IgnoreBrowser(Browser.Firefox, "Not working properly in RBE, works locally with pinned browsers")]
7273
public void ShouldCaptureScreenshotOfCurrentViewport()
7374
{
7475
#if NET6_0

0 commit comments

Comments
 (0)