Skip to content

Commit

Permalink
Remove the testGetArchxNaCl test
Browse files Browse the repository at this point in the history
This test wasn't doing anything and it seemed to be very platform
specific.
  • Loading branch information
irbull committed Apr 26, 2019
1 parent f8caa99 commit e6ac51a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/test/java/com/eclipsesource/v8/PlatformDetectorTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,6 @@ public void testGetOSFileExtensionAndroid() {
assertEquals("so", PlatformDetector.OS.getLibFileExtension());
}

@Test(expected = UnsatisfiedLinkError.class)
public void testGetArchxNaCl() {
System.setProperty("os.arch", "nacl");

PlatformDetector.Arch.getName();
}

@Test
public void testGetArchaarch64() {
assumeFalse(skipMessage, skipTest()); // conditional skip
Expand Down

0 comments on commit e6ac51a

Please sign in to comment.