Skip to content

Commit 93c467d

Browse files
authored
test: Disable ember-release and embroider-optimized ember canary tests (#12210)
resolves #12176 Given the test apps are having issues, disable these tests for now.
1 parent 3ea5373 commit 93c467d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/canary.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ jobs:
159159
strategy:
160160
fail-fast: false
161161
matrix:
162-
scenario: [ember-release, embroider-optimized, ember-4.0]
162+
# scenario: [ember-release, embroider-optimized, ember-4.0]
163+
scenario: [ember-4.0]
163164
steps:
164165
- name: 'Check out current commit'
165166
uses: actions/checkout@v4

0 commit comments

Comments
 (0)