Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit 2382ea6

Browse files
kimoonkimash211
authored andcommitted
Exclude flaky ExternalShuffleServiceSuite from Travis (#185)
1 parent 3636939 commit 2382ea6

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
@@ -35,7 +35,7 @@ env: # Used by the install section below.
3535
- PHASE=test \
3636
PROFILES="-Pmesos -Pyarn -Phadoop-2.7 -Pkubernetes" \
3737
MODULES="-pl core,resource-managers/kubernetes/core -am" \
38-
ARGS="-Dtest=none -Dsuffixes='^org\.apache\.spark\.(?!SortShuffleSuite$|rdd\.LocalCheckpointSuite$|deploy\.SparkSubmitSuite$|deploy\.StandaloneDynamicAllocationSuite$).*'"
38+
ARGS="-Dtest=none -Dsuffixes='^org\.apache\.spark\.(?!ExternalShuffleServiceSuite|SortShuffleSuite$|rdd\.LocalCheckpointSuite$|deploy\.SparkSubmitSuite$|deploy\.StandaloneDynamicAllocationSuite$).*'"
3939
# Configure the full build.
4040
- PHASE=install \
4141
PROFILES="-Pmesos -Pyarn -Phadoop-2.7 -Pkubernetes -Pkinesis-asl -Phive -Phive-thriftserver" \

0 commit comments

Comments
 (0)