Skip to content

Commit

Permalink
Skip UI test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio authored May 28, 2024
1 parent 25f59d7 commit 4476662
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui-tests/tests/jupyterlite_terminal.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import { expect, test } from '@jupyterlab/galata';
*/
test.use({ autoGoto: false });

test('should emit an activation console message', async ({ page }) => {
// TODO: re-enable when testing with JupyterLite
test.skip('should emit an activation console message', async ({ page }) => {
const logs: string[] = [];

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

0 comments on commit 4476662

Please sign in to comment.