Skip to content

Commit

Permalink
Skip test on formgrader exchange on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
brichet committed Jun 20, 2024
1 parent a16bc2c commit d1ba2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbgrader/tests/ui-tests/formgrader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,6 @@ test("Switch views", async ({ page, baseURL, request, tmpPath }) => {
*/
test.describe('#localFormgrader', () => {
test("Should have formgrader settings", async ({ page, tmpPath }) => {
test.skip(isWindows, "This test does not work on Windows");

if (isNotebook) await page.goto(`tree/${tmpPath}`);

Expand Down Expand Up @@ -944,6 +943,7 @@ test.describe('#localFormgrader', () => {
});

test('should open formgrader locally', async ({ page, tmpPath }) => {
test.skip(isWindows, "This test does not work on Windows");
if (isNotebook) await page.goto(`tree/${tmpPath}`);

const nbgraderMenu = page.locator(
Expand Down

0 comments on commit d1ba2ff

Please sign in to comment.