Skip to content

Commit

Permalink
skip playwright test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 5, 2024
1 parent f03a6ca commit a3b5b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-tests/tests/jupyterlab_browser_storage.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { expect, test } from '@jupyterlab/galata';
*/
test.use({ autoGoto: false });

test('should emit an activation console message', async ({ page }) => {
test.skip('should emit an activation console message', async ({ page }) => {
const logs: string[] = [];

page.on('console', message => {
Expand Down

0 comments on commit a3b5b0c

Please sign in to comment.