From 8516beeb68e3f72408f22aeba00bb1ced2759715 Mon Sep 17 00:00:00 2001 From: Padraic Fanning Date: Fri, 26 Feb 2021 14:06:49 -0500 Subject: [PATCH] Exclude test from macOS test matrix --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 96cc4956a4..9097dc8acf 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -113,6 +113,7 @@ jobs: target/release/rustpython -m test -v -x test_argparse test_json test_bytes test_bytearray test_long test_unicode test_array test_asyncgen test_list test_complex test_json test_set test_dis test_calendar + test_http_cookiejar - if: runner.os == 'Windows' name: run cpython tests (windows partial - fixme) run: