Skip to content

Commit 1cfeebe

Browse files
committed
Aha! Skip DebuggerTests bc. they simulate a user interrupt which will abort test execution on the CI. Unfortunately, STON has no syntax for comments.
1 parent f00f0c4 commit 1cfeebe

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

smalltalk-ci/Squeak-6.0.ston

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SmalltalkCISpec {
66
#exclude : {
77
#classes : [
88
#AllocationTest,
9+
#DebuggerTests,
910
#LangEnvBugs,
1011
#Win32VMTest
1112
]

smalltalk-ci/Squeak-trunk.ston

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SmalltalkCISpec {
66
#exclude : {
77
#classes : [
88
#AllocationTest,
9+
#DebuggerTests,
910
#LangEnvBugs,
1011
#Win32VMTest
1112
]

smalltalk-ci/Squeak64-6.0.ston

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SmalltalkCISpec {
66
#exclude : {
77
#classes : [
88
#AllocationTest,
9+
#DebuggerTests,
910
#LangEnvBugs,
1011
#Win32VMTest
1112
]

smalltalk-ci/Squeak64-trunk.ston

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ SmalltalkCISpec {
66
#exclude : {
77
#classes : [
88
#AllocationTest,
9+
#DebuggerTests,
910
#LangEnvBugs,
1011
#Win32VMTest
1112
]

0 commit comments

Comments
 (0)