Skip to content

Commit

Permalink
test: fix tests for embroider
Browse files Browse the repository at this point in the history
  • Loading branch information
velrest committed Jan 27, 2023
1 parent 0f03814 commit 157b8ee
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ jobs:
- ember-beta
- ember-canary
- ember-classic
- embroider-safe
- embroider-optimized

steps:
- uses: actions/checkout@v3
Expand Down
7 changes: 4 additions & 3 deletions config/ember-try.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use strict";

/* eslint-disable node/no-unpublished-require */
const { embroiderSafe, embroiderOptimized } = require("@embroider/test-setup");
// const { embroiderSafe, embroiderOptimized } = require("@embroider/test-setup");
const getChannelURL = require("ember-source-channel-url");

module.exports = async function () {
Expand Down Expand Up @@ -66,8 +66,9 @@ module.exports = async function () {
},
},
},
embroiderSafe(),
embroiderOptimized(),
// Disable embroider for now due to: https://github.com/emberjs/data/issues/8396
// embroiderSafe(),
// embroiderOptimized(),
],
};
};
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ember-load-initializers": "2.1.2",
"ember-qunit": "6.1.1",
"ember-resolver": "10.0.0",
"ember-source": "4.9.1",
"ember-source": "4.10.0",
"ember-source-channel-url": "3.0.0",
"ember-template-lint": "5.3.1",
"ember-try": "1.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6167,10 +6167,10 @@ ember-source-channel-url@^1.0.1:
dependencies:
got "^8.0.1"

ember-source@4.9.1:
version "4.9.1"
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-4.9.1.tgz#1b5d84d753ebeab7f372dbd7f39c98123e98cd41"
integrity sha512-45dobRcQapTpWa6VWgDcAv6bP6iDxCVi5pJAf04NSRjDLHsjVGUCTdRslOl5rt3sX8dZJqakMnqYD2DwVjDf3A==
ember-source@4.10.0:
version "4.10.0"
resolved "https://registry.yarnpkg.com/ember-source/-/ember-source-4.10.0.tgz#5f52bf8adacaddcbb3496d3e0df7ab3b7a31c1be"
integrity sha512-Y7+M+vSygMrpq4szsnpik3PxdVVA7ApuwU2L/l9Os+qpPqIKy4hT0Rw/17z4b87HNEX03jv7ueMbgcpxjUf1Kw==
dependencies:
"@babel/helper-module-imports" "^7.16.7"
"@babel/plugin-transform-block-scoping" "^7.16.0"
Expand Down

0 comments on commit 157b8ee

Please sign in to comment.