Skip to content

Commit

Permalink
🥺🥺
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Mar 14, 2024
1 parent 3d18245 commit 8a3121f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/Jsapi2Test_rococoa.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfEnvironmentVariable;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
import org.junit.jupiter.api.condition.EnabledIfSystemProperty;
import org.junit.jupiter.api.condition.EnabledOnOs;
Expand All @@ -44,6 +45,7 @@
*/
@EnabledOnOs(OS.MAC)
@DisabledIfSystemProperty(named = "os.arch", matches = "x86_64") // currently rococoa doesn't work on x86_64
@DisabledIfEnvironmentVariable(named = "GITHUB_WORKFLOW", matches = ".*")
class Jsapi2Test_rococoa {

static {
Expand Down

0 comments on commit 8a3121f

Please sign in to comment.