mirror of
https://github.com/cdr/code-server.git
synced 2026-05-08 12:30:40 +02:00
Skip webkit in e2e tests for now
This commit is contained in:
parent
f6bd6aa1a4
commit
871f1d9048
1 changed files with 6 additions and 4 deletions
|
|
@ -33,10 +33,12 @@ const config: PlaywrightTestConfig = {
|
||||||
// name: "Firefox",
|
// name: "Firefox",
|
||||||
// use: { browserName: "firefox" },
|
// use: { browserName: "firefox" },
|
||||||
// },
|
// },
|
||||||
{
|
// Keeps failing with "Underlying ArrayBuffer has been detached from the view or out-of-bounds"
|
||||||
name: "WebKit",
|
// Not sure what we can do about it...so skip for now.
|
||||||
use: { browserName: "webkit" },
|
// {
|
||||||
},
|
// name: "WebKit",
|
||||||
|
// use: { browserName: "webkit" },
|
||||||
|
// },
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue