From 3d984eef863f65dad0b2ec823c27cc6aeff3319c Mon Sep 17 00:00:00 2001 From: Danila Danko Date: Tue, 10 Dec 2024 00:02:15 +0300 Subject: [PATCH] fix(pipeline): disable test that fails on Windows --- pipeline/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/pipeline/config.yaml b/pipeline/config.yaml index 7ea92b560..7bfacb591 100644 --- a/pipeline/config.yaml +++ b/pipeline/config.yaml @@ -320,6 +320,7 @@ test-sets: - ln-of-negative-int-is-nan - sqrt-check-infinity-2 - sqrt-check-negative-input + - arccos-nan-negative-value-test phi: initial: pipeline/phi-initial/math/real-tests.phi normalized: pipeline/phi-normalized/math/real-tests.phi