Skip to content

Commit 7c10d3e

Browse files
authored
Merge pull request #8301 from uranusjr/disallow-failure-in-new-resolver
Disallow failures for tests we expect to pass
2 parents be48ec0 + 9238fc3 commit 7c10d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
fast_finish: true
4949
allow_failures:
50-
- stage: experimental
50+
- env: GROUP=3 NEW_RESOLVER=1
5151

5252
before_install: tools/travis/setup.sh
5353
install: travis_retry tools/travis/install.sh

0 commit comments

Comments
 (0)