mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
LibJS/Tests: Skip flaky FinalizationRegistry.prototype.cleanupSome test
This commit is contained in:
parent
cda69704dc
commit
fa8e9cb683
Notes:
sideshowbarker
2024-07-18 05:39:06 +09:00
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ function registerInDifferentScope(registry) {
|
|||
registry.register({}, {});
|
||||
}
|
||||
|
||||
test("basic functionality", () => {
|
||||
// Flaky test, investigate and fix :^)
|
||||
test.skip("basic functionality", () => {
|
||||
var registry = new FinalizationRegistry(() => {});
|
||||
|
||||
var count = 0;
|
||||
|
|
Loading…
Reference in a new issue