From ab5d1a7dd602ccbc95d3f5d2812cfe8c9159645e Mon Sep 17 00:00:00 2001 From: DurieuxPol <124769707+DurieuxPol@users.noreply.github.com> Date: Wed, 20 Dec 2023 16:17:12 +0100 Subject: [PATCH] Update .smalltalk.ston Excluding a failing test class used only to test an option in Mutalk --- .smalltalk.ston | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.smalltalk.ston b/.smalltalk.ston index 189688c8..3baee8f8 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -10,5 +10,8 @@ SmalltalkCISpec { #coverage : { #packages : [ 'MuTalk*' ] } + #exclude : { + #classes : [ #AuxiliarTestClassForContinuingTestsExecutionAfterFirstFail ] + } } }