Skip to content

Commit

Permalink
fix(ses): Suppress bug #1973 until it is fixed (#1974)
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Jan 16, 2024
1 parent 1ff3c4b commit 03074ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/ses/test/error/test-permit-removal-warnings.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ defineProperties(Array, {
},
});

test('permit removal warnings', t => {
// TODO unskip once https://github.com/endojs/endo/issues/1973 is fixed.
test.skip('permit removal warnings', t => {
assertLogs(
t,
() => lockdown(),
Expand Down

0 comments on commit 03074ce

Please sign in to comment.