Skip to content

Commit 7c2a330

Browse files
committed
[GR-65275] Re-enable Richards shared-engine test on aarch64
PullRequest: graalpython/4543
2 parents 44cf997 + f1941a1 commit 7c2a330

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

graalpython/com.oracle.graal.python.test.integration/src/com/oracle/graal/python/test/integration/engine/SharedEngineMultithreadingBenchmarkTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2025, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2026, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0
@@ -54,7 +54,7 @@
5454
public class SharedEngineMultithreadingBenchmarkTest extends SharedEngineMultithreadingTestBase {
5555
@BeforeClass
5656
public static void setUpClass() {
57-
Assume.assumeFalse(isMacOS() || isAArch64());
57+
Assume.assumeFalse(isMacOS());
5858
}
5959

6060
@Test

0 commit comments

Comments
 (0)