mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:37:35 +00:00
LibJS/Tests: Skip flaky FinalizationRegistry.prototype.cleanupSome test
This commit is contained in:
parent
cda69704dc
commit
fa8e9cb683
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…
Add table
Add a link
Reference in a new issue