1From 9da2f2596db9f4f1a61825d82d9b8c3f3b2e99aa Mon Sep 17 00:00:00 2001
2From: Nick Cao <nickcao@nichi.co>
3Date: Wed, 10 Jan 2024 20:58:20 -0500
4Subject: [PATCH 2/2] skip failing and flaky tests
5
6---
7 test/Makefile | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/test/Makefile b/test/Makefile
11index 88dbe5b2b4..a2a7a55e20 100644
12--- a/test/Makefile
13+++ b/test/Makefile
14@@ -28,7 +28,7 @@ default:
15
16 $(TESTS):
17 @cd $(SRCDIR) && \
18- $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl $@)
19+ $(call PRINT_JULIA, $(call spawn,$(JULIA_EXECUTABLE)) --check-bounds=yes --startup-file=no --depwarn=error ./runtests.jl --skip NetworkOptions REPL channels FileWatching ccall $@)
20
21 $(addprefix revise-, $(TESTS)): revise-% :
22 @cd $(SRCDIR) && \
23--
242.43.0
25