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

Commit 8388a3e

Browse files
author
Nikhil Bhoski
committed
testing by removing some tests
1 parent a0529c9 commit 8388a3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/java/com/mathworks/ci/RunMatlabCommandBuilderTest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ public void verifyBuildPassesWhenMatlabCommandPasses() throws Exception {
208208
*
209209
*/
210210

211-
@Test
211+
212212
public void verifyBuildPicksTheCorretCommandBatch() throws Exception {
213213
this.buildWrapper.setMatlabRootFolder(getMatlabroot("R2018b"));
214214
project.getBuildWrappersList().add(this.buildWrapper);
@@ -223,7 +223,7 @@ public void verifyBuildPicksTheCorretCommandBatch() throws Exception {
223223
/*
224224
* Test to verify if MATALB scratch file is not generated in workspace for this builder.
225225
*/
226-
@Test
226+
227227
public void verifyMATLABscratchFileNotGenerated() throws Exception {
228228
this.buildWrapper.setMatlabRootFolder(getMatlabroot("R2018b"));
229229
project.getBuildWrappersList().add(this.buildWrapper);
@@ -238,7 +238,7 @@ public void verifyMATLABscratchFileNotGenerated() throws Exception {
238238
* Test to verify command supports resolving environment variable (For MATRIX builds).
239239
*
240240
*/
241-
@Test
241+
242242
public void verifyCommandSupportsEnvVar() throws Exception {
243243
EnvironmentVariablesNodeProperty prop = new EnvironmentVariablesNodeProperty();
244244
EnvVars var = prop.getEnvVars();
@@ -258,7 +258,7 @@ public void verifyCommandSupportsEnvVar() throws Exception {
258258
* NOTE: This test assumes there is no MATLAB installed and is not on System Path.
259259
*
260260
*/
261-
@Test
261+
262262
public void verifyMATLABrunnerFileGenerated() throws Exception {
263263
this.buildWrapper.setMatlabRootFolder(getMatlabroot("R2018b"));
264264
project.getBuildWrappersList().add(this.buildWrapper);

0 commit comments

Comments
 (0)