Skip to content

Commit 466b7ac

Browse files
committed
Ignore tests
1 parent 9c8b7b8 commit 466b7ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dotnet/test/common/BiDi/Browser/BrowserTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public async Task CanGetClientWindows()
7373
}
7474

7575
[Test]
76+
[Ignore("Not yet implemented by all vendors")]
7677
public async Task CanSetClientWindowNamedState()
7778
{
7879
var clientWindows = await bidi.Browser.GetClientWindowsAsync();
@@ -84,6 +85,7 @@ public async Task CanSetClientWindowNamedState()
8485
}
8586

8687
[Test]
88+
[Ignore("Not yet implemented by all vendors")]
8789
public async Task CanSetClientWindowRectState()
8890
{
8991
var clientWindows = await bidi.Browser.GetClientWindowsAsync();

0 commit comments

Comments
 (0)