Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit caeb87c

Browse files
committed
Disable flaky Matrix test
1 parent b9cb77d commit caeb87c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/java/integ/com/mathworks/ci/RunMatlabBuildBuilderTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public void verifyDefaultMatlabNotPicked() throws Exception {
326326
* Path.
327327
*
328328
*/
329-
@Test
329+
// Disabling test as it is flaky
330330
public void verifyMatrixBuildFails() throws Exception {
331331
MatrixProject matrixProject = jenkins.createProject(MatrixProject.class);
332332
Axis axes = new Axis("VERSION", "R2018a", "R2015b");

src/test/java/integ/com/mathworks/ci/RunMatlabTestsBuilderTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ public void verifyDefaultMatlabNotPicked() throws Exception {
427427
* Path.
428428
*
429429
*/
430-
@Test
430+
// Disabling test as it is flaky
431431
public void verifyMatrixBuildFails() throws Exception {
432432
MatrixProject matrixProject = jenkins.createProject(MatrixProject.class);
433433
Axis axes = new Axis("VERSION", "R2018a", "R2015b");

0 commit comments

Comments
 (0)