Skip to content

Commit

Permalink
test: disable some case in windows (#10854)
Browse files Browse the repository at this point in the history
* test: disable some case in windows
  • Loading branch information
ayachensiyuan committed Feb 10, 2024
1 parent 68bcc61 commit da2c454
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 13 deletions.
12 changes: 6 additions & 6 deletions packages/tests/scripts/randomCases.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"sample-localdebug-stock-update",
"sample-localdebug-incoming-webhook",
"sample-localdebug-proactive-message",
"sample-localdebug-assistant-dashboard",
"basic-tab-debug-upgrade-debug",
"bot-debug-upgrade-debug",
"bot-upgrade-debug"
Expand Down Expand Up @@ -70,14 +69,10 @@
}
},
"cases": [
"sample-localdebug-hello-world-meeting",
"sample-localdebug-contact-exporter",
"sample-localdebug-todo-list-with-m365",
"sample-localdebug-one-productivity-hub",
"sample-localdebug-todo-list-sql",
"sample-localdebug-hello-world-tab-with-backend",
"sample-localdebug-npm-search",
"sample-localdebug-hello-world-tab-outlook",
"sample-localdebug-graph-connector-bot",
"sample-localdebug-bot-sso",
"sample-localdebug-dice-roller",
Expand Down Expand Up @@ -140,7 +135,12 @@
"sample-localdebug-adaptive-card",
"sample-localdebug-graph-connector",
"sample-localdebug-share-now",
"sample-localdebug-dashboard"
"sample-localdebug-dashboard",
"sample-localdebug-hello-world-tab-outlook",
"sample-localdebug-one-productivity-hub",
"sample-localdebug-contact-exporter",
"sample-localdebug-hello-world-meeting",
"sample-localdebug-assistant-dashboard"
]
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ class NpmSearchTestCase extends CaseFactory {
): Promise<void> {
return await validateNpm(page, { npmName: options?.npmName });
}
override async onCliValidate(
page: Page,
options?: { npmName: string }
): Promise<void> {
return await validateNpm(page, { npmName: options?.npmName });
}
}

new NpmSearchTestCase(
Expand All @@ -33,6 +27,5 @@ new NpmSearchTestCase(
[LocalDebugTaskLabel.StartLocalTunnel, LocalDebugTaskLabel.StartBotApp],
{
npmName: "axios",
debug: "cli",
}
).test();

0 comments on commit da2c454

Please sign in to comment.