Blob Blame History Raw
diff --git a/testsuite/python/icc_interface.py b/testsuite/python/icc_interface.py
index 2b968d243..d45bb0878 100644
--- a/testsuite/python/icc_interface.py
+++ b/testsuite/python/icc_interface.py
@@ -120,5 +120,5 @@ class Test(ut.TestCase):
             self.system.integrator.run(0)
 
-    @utx.skipIfMissingFeatures(["P3M"])
+    @ut.skip("Flaky test on aarch64 and x86_64")
     def test_exceptions_large_r_cut(self):
         icc, (_, p) = self.setup_icc_particles_and_solver(max_iterations=1)