From ec37b6c9f7e6d424c9c8cf9d4c9dde33601f9ccd Mon Sep 17 00:00:00 2001 From: Abhijeet Prasad Date: Fri, 24 May 2024 07:33:46 -0400 Subject: [PATCH] test: Disable ember-release and embroider-optimized ember canary tests --- .github/workflows/canary.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 25004eee8438..5f58292646df 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -159,7 +159,8 @@ jobs: strategy: fail-fast: false matrix: - scenario: [ember-release, embroider-optimized, ember-4.0] + # scenario: [ember-release, embroider-optimized, ember-4.0] + scenario: [ember-4.0] steps: - name: 'Check out current commit' uses: actions/checkout@v4