Skip to content

Commit

Permalink
one test-gc-sensitivity test is no longer failing
Browse files Browse the repository at this point in the history
  • Loading branch information
warner committed Mar 25, 2023
1 parent 4b5d8b6 commit 2a05809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/swingset-liveslots/test/test-gc-sensitivity.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test.failing('kind handle reanimation', async t => {
t.deepEqual(noGCLog, yesGCLog);
});

test.failing('representative reanimation', async t => {
test('representative reanimation', async t => {
const { syscall, log } = buildSyscall();
const gcTools = makeMockGC();

Expand Down

0 comments on commit 2a05809

Please sign in to comment.