Skip to content

Commit

Permalink
🥺🥺
Browse files Browse the repository at this point in the history
  • Loading branch information
umjammer committed Feb 12, 2024
1 parent 845f148 commit 91d563d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/test/java/Jsapi2Test_rococoa.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.condition.DisabledIfSystemProperty;
import org.junit.jupiter.api.condition.EnabledOnOs;
import org.junit.jupiter.api.condition.OS;
import vavi.util.Debug;
Expand All @@ -43,6 +44,7 @@ public static void main(String[] args) throws Exception {
}

@Test
@DisabledIfSystemProperty(named = "os.arch", matches = "x86_64")
void test01() throws Exception {
String text = "ゆっくりしていってね";
speak(text);
Expand Down
1 change: 0 additions & 1 deletion src/test/java/RococoaTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
class RococoaTest {

@Test
@DisabledIfSystemProperty(named = "os.arch", matches = "x86_64")
void test1() throws Exception {
main(new String[] {"src/test/resources/speech.txt"});
}
Expand Down

0 comments on commit 91d563d

Please sign in to comment.