From 9be6877c22e4da2a0b2f0a58087002fa764f6a1b Mon Sep 17 00:00:00 2001 From: zjgarvey <47986913+zjgarvey@users.noreply.github.com> Date: Tue, 7 May 2024 16:32:13 -0500 Subject: [PATCH] Temporarily remove QuantizedMLP_basic (#3301) See issue #3298 --- projects/pt1/e2e_testing/xfail_sets.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/pt1/e2e_testing/xfail_sets.py b/projects/pt1/e2e_testing/xfail_sets.py index 061f9d7d0e4a..fca01708bceb 100644 --- a/projects/pt1/e2e_testing/xfail_sets.py +++ b/projects/pt1/e2e_testing/xfail_sets.py @@ -2676,4 +2676,7 @@ "ScatterReduceFloatSumModuleIncludeSelf", "ScatterReduceIntProdModuleIncludeSelf", "ScatterReduceIntSumModuleIncludeSelf", + # The following test sporadically stopped producing correct numerics for the golden value in the CI. + # For now, we are removing the test until this issue has been debugged. + "QuantizedMLP_basic", }