Skip to content

Commit f5041c0

Browse files
committed
(temporarily?) disabling YellowBrickAdapterTest;
The local / master-SNAPSHOT / master-latest / 19/08/2026 09:58 update on their yb.tl site may have broken things for us. E-mail to their support address has been sent, and we need to wait until we receive clarification.
1 parent 113eac3 commit f5041c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

java/com.sap.sailing.domain.yellowbrickadapter.test/src/com/sap/sailing/domain/yellowbrickadapter/impl/YellowBrickAdapterTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010

1111
import org.json.simple.parser.ParseException;
1212
import org.junit.jupiter.api.BeforeEach;
13+
import org.junit.jupiter.api.Disabled;
1314
import org.junit.jupiter.api.Test;
1415

1516
import com.sap.sailing.domain.yellowbrickadapter.YellowBrickRace;
1617
import com.sap.sse.common.TimePoint;
1718
import com.sap.sse.common.Util;
1819

20+
@Disabled("Under investigation; yb.tl responds with error messages, probably since they installed an upgrade local / master-SNAPSHOT / master-latest / 19/08/2026 09:58")
1921
public class YellowBrickAdapterTest {
2022
private static final String RMSR2019 = "rmsr2019";
2123
private YellowBrickTrackingAdapterImpl adapter;

0 commit comments

Comments
 (0)