Skip to content

Commit abccf58

Browse files
committed
2
1 parent 2d86ffe commit abccf58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression-test/pipeline/external/conf/regression-conf.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ testSuites = ""
6464
testDirectories = ""
6565

6666
// this groups will not be executed
67-
excludeGroups = ""
67+
excludeGroups = "p1,p2"
6868
// this suites will not be executed
6969
// load_stream_fault_injection may cause bad disk
7070

regression-test/pipeline/p0/conf/regression-conf.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ testSuites = ""
5656
testDirectories = ""
5757

5858
// this groups will not be executed
59-
excludeGroups = ""
59+
excludeGroups = "p1,p2"
6060
// this suites will not be executed
6161
// load_stream_fault_injection may cause bad disk
6262

0 commit comments

Comments
 (0)