Skip to content

Commit

Permalink
run only on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lausdahl committed Sep 16, 2024
1 parent f44269e commit a3e221c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
import java.util.function.Supplier;
import java.util.stream.Collectors;

import static org.junit.jupiter.api.condition.OS.LINUX;

public class BuilderFmi3Test {
@BeforeAll
public static void before() throws IOException {
Expand Down Expand Up @@ -199,6 +201,7 @@ public void testClocks() throws Exception {
}

@Test
@EnabledOnOs({ LINUX })
public void testSimulateClocks() throws Exception {
MablApiBuilder builder = new MablApiBuilder();
DynamicActiveBuilderScope scope = builder.getDynamicScope();
Expand Down

0 comments on commit a3e221c

Please sign in to comment.