mirror of https://github.com/sbt/sbt.git
removing Maven resolver plugin tests from Travis
50% of the flaky test failings are coming from mavenResolverPluginTest:scripted group. This show that Maven resolver plugin disproportionally causes flakiness either on its own or combined with Travis.
This commit is contained in:
parent
4a6ece4ad9
commit
38b0e57cab
|
|
@ -20,8 +20,6 @@ env:
|
|||
- SCRIPTED_TEST="scripted compiler-project/*""
|
||||
- SCRIPTED_TEST="scripted dependency-management/*1of2"
|
||||
- SCRIPTED_TEST="scripted dependency-management/*2of2"
|
||||
- SCRIPTED_TEST="mavenResolverPluginTest:scripted dependency-management/*1of2 project/transitive-plugins"
|
||||
- SCRIPTED_TEST="mavenResolverPluginTest:scripted dependency-management/*2of2"
|
||||
- SCRIPTED_TEST="scripted java/*"
|
||||
- SCRIPTED_TEST="scripted package/*"
|
||||
- SCRIPTED_TEST="scripted project/*1of2"
|
||||
|
|
@ -35,6 +33,8 @@ env:
|
|||
- SCRIPTED_TEST="scripted project-load/*"
|
||||
- SCRIPTED_TEST="safeUnitTests"
|
||||
- SCRIPTED_TEST="checkBuildScala211"
|
||||
# - SCRIPTED_TEST="mavenResolverPluginTest:scripted dependency-management/*1of2 project/transitive-plugins"
|
||||
# - SCRIPTED_TEST="mavenResolverPluginTest:scripted dependency-management/*2of2"
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
|
|||
Loading…
Reference in New Issue