diff --git a/projects/pt1/e2e_testing/xfail_sets.py b/projects/pt1/e2e_testing/xfail_sets.py index bf2092f23127..d3897078ee6c 100644 --- a/projects/pt1/e2e_testing/xfail_sets.py +++ b/projects/pt1/e2e_testing/xfail_sets.py @@ -2892,4 +2892,7 @@ "ScatterReduceIntSumModuleIncludeSelf", # Nondeterministically passes or fails with mismatching numerics "ConvolutionModule2DTransposeStridedStatic_basic", + # 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", }