Skip to content

Commit 4edf929

Browse files
committed
Ignoring .NET test for Marionette that causes cascading failures
1 parent 9078eba commit 4edf929

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

dotnet/test/common/PageLoadingTest.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,12 @@ public void ShouldNotHangIfDocumentOpenCallIsNeverFollowedByDocumentCloseCall()
236236
[IgnoreBrowser(Browser.Safari, "See issue 687, comment 41")]
237237
public void ShouldTimeoutIfAPageTakesTooLongToLoad()
238238
{
239+
if (TestUtilities.IsMarionette(driver))
240+
{
241+
// Don't run this test on Marionette.
242+
Assert.Ignore("Driver does not return control from timeout wait when executed via Marionette");
243+
}
244+
239245
driver.Manage().Timeouts().SetPageLoadTimeout(TimeSpan.FromSeconds(2));
240246

241247
try

0 commit comments

Comments
 (0)