From 960d69b5b3648a7c8a08703fbd4655b5ee443223 Mon Sep 17 00:00:00 2001 From: Nghia Truong <7416935+ttnghia@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:07:21 -0800 Subject: [PATCH] Xfail the test (#9732) Signed-off-by: Nghia Truong --- integration_tests/src/main/python/regexp_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/integration_tests/src/main/python/regexp_test.py b/integration_tests/src/main/python/regexp_test.py index 3c1e2b0df78..018736f9c90 100644 --- a/integration_tests/src/main/python/regexp_test.py +++ b/integration_tests/src/main/python/regexp_test.py @@ -1054,6 +1054,7 @@ def test_regexp_memory_ok(): } ) +@datagen_overrides(seed=0, reason='https://github.com/NVIDIA/spark-rapids/issues/9731') def test_re_replace_all(): """ regression test for https://github.com/NVIDIA/spark-rapids/issues/8323