Skip to content

Commit 9e6796e

Browse files
committed
Removes tests with broken infra
1 parent 8decf11 commit 9e6796e

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.circleci/config.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -168,21 +168,6 @@ jobs:
168168
- *attach_workspace
169169
- *test_build
170170
- *test_run
171-
test-macos-node6:
172-
<<: *macos_defaults
173-
macos:
174-
xcode: "9.0"
175-
steps:
176-
- run:
177-
name: Install Node 6
178-
command: |
179-
brew uninstall --ignore-dependencies node
180-
HOMEBREW_NO_AUTO_UPDATE=1 brew install node@6
181-
brew link --overwrite --force node@6
182-
[[ $(node --version) =~ ^v6\. ]]
183-
- *attach_workspace
184-
- *test_build
185-
- *test_run
186171
test-e2e-ubuntu1604:
187172
<<: *docker_defaults
188173
docker:

__tests__/integration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ addTest('https://github.com/bestander/chrome-app-livereload.git'); // no package
7070
addTest('bestander/chrome-app-livereload'); // no package.json, github, tarball
7171

7272
if (process.platform !== 'win32') {
73-
addTest('https://github.com/yarnpkg/yarn/releases/download/v0.18.1/yarn-v0.18.1.tar.gz'); // tarball
73+
addTest('https://github.com/yarnpkg/yarn/releases/download/v1.22.10/yarn-v1.22.10.tar.gz'); // tarball
7474
addTest('[email protected]', {strictPeers: true}, ['--no-node-version-check', '--ignore-engines']); // many peer dependencies, there shouldn't be any peerDep warnings
7575
}
7676

0 commit comments

Comments
 (0)