Skip to content

Commit

Permalink
🥺
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Feb 18, 2024
1 parent abb77af commit e60bcc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rococoa-core/src/test/java/Test1.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable;
import org.rococoa.cocoa.foundation.NSString;
import vavi.util.Debug;

Expand Down Expand Up @@ -51,7 +52,7 @@ void test1() throws Exception {
}

@Test
// @Disabled
@DisabledIfEnvironmentVariable(named = "GITHUB_WORKFLOW", matches = ".*")
void test2() throws Exception {
String jh = System.getProperty("java.home");
Debug.println("JAVA_HOME: " + jh);
Expand Down

0 comments on commit e60bcc6

Please sign in to comment.