Skip to content

Commit 7b19d75

Browse files
authored
exclude test classes
1 parent eac8258 commit 7b19d75

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.smalltalk.ston

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,10 @@ SmalltalkCISpec {
55
#directory : 'src',
66
#platforms : [ #pharo ]
77
}
8-
]
8+
],
9+
#testing : {
10+
#exclude : {
11+
#classes : [ #MTAuxiliarTestClassForContinuingTestsExecutionAfterFirstFail ]
12+
}
13+
}
914
}

0 commit comments

Comments
 (0)