Skip to content

Commit

Permalink
[dotnet] Remove obsolete test
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Sep 28, 2021
1 parent d33b884 commit 1dacd21
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions dotnet/test/common/DevTools/DevToolsNetworkTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -417,23 +417,6 @@ await domains.Network.SetBypassServiceWorker(new V93.Network.SetBypassServiceWor
});
}

[Test]
[IgnoreBrowser(Selenium.Browser.EdgeLegacy, "Legacy Edge does not support Chrome DevTools Protocol")]
[IgnoreBrowser(Selenium.Browser.IE, "IE does not support Chrome DevTools Protocol")]
[IgnoreBrowser(Selenium.Browser.Firefox, "Firefox does not support Chrome DevTools Protocol")]
[IgnoreBrowser(Selenium.Browser.Safari, "Safari does not support Chrome DevTools Protocol")]
public async Task DataSizeLimitsForTest()
{
var domains = session.GetVersionSpecificDomains<V93.DevToolsSessionDomains>();
await domains.Network.Enable(new V93.Network.EnableCommandSettings());

await domains.Network.SetDataSizeLimitsForTest(new V93.Network.SetDataSizeLimitsForTestCommandSettings()
{
MaxResourceSize = 10000,
MaxTotalSize = 100000
});
}

[Test]
[IgnoreBrowser(Selenium.Browser.EdgeLegacy, "Legacy Edge does not support Chrome DevTools Protocol")]
[IgnoreBrowser(Selenium.Browser.IE, "IE does not support Chrome DevTools Protocol")]
Expand Down

0 comments on commit 1dacd21

Please sign in to comment.