Skip to content

Commit aafc5e8

Browse files
committed
Ignoring .NET upload test for Safari which hangs browser
1 parent f85c990 commit aafc5e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dotnet/test/common/UploadTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ public void UploadingWithHiddenFileInput()
9292
//------------------------------------------------------------------
9393
[Test]
9494
[IgnoreBrowser(Browser.Edge, "Frame switching causes browser hang")]
95+
[IgnoreBrowser(Browser.Safari, "Attempting to upload with transparent element hangs Safari browser.")]
9596
public void ShouldAllowFileUploadingUsingTransparentUploadElement()
9697
{
9798
if (TestUtilities.IsMarionette(driver))

0 commit comments

Comments
 (0)