Disable test.java.lang.StrictMath.ExactArithTests
Bug: 248208762
Test: n/a
Change-Id: Ibc793a9ed7888d918af2ff40d646448b2701f7e9
diff --git a/tools/run-libcore-tests.py b/tools/run-libcore-tests.py
index de1636d..b230377 100755
--- a/tools/run-libcore-tests.py
+++ b/tools/run-libcore-tests.py
@@ -122,7 +122,8 @@
"test.java.lang.Long",
# Sharded test.java.lang.StrictMath
"test.java.lang.StrictMath.CubeRootTests",
- "test.java.lang.StrictMath.ExactArithTests",
+ # TODO: disable the test until b/248208762 is fixed.
+ # "test.java.lang.StrictMath.ExactArithTests",
"test.java.lang.StrictMath.Expm1Tests",
"test.java.lang.StrictMath.ExpTests",
"test.java.lang.StrictMath.HyperbolicTests",