From 42d3c4db619d43430aaa3506db94ba5641c997ef Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 5 Apr 2020 12:09:48 -0400 Subject: [PATCH] 3.8 Excludes --- test/stdlib/3.8-exclude.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stdlib/3.8-exclude.sh b/test/stdlib/3.8-exclude.sh index cc680ad5..457ed019 100644 --- a/test/stdlib/3.8-exclude.sh +++ b/test/stdlib/3.8-exclude.sh @@ -96,6 +96,7 @@ SKIP_TESTS=( [test_exceptions.py]=1 # parse error [test_faulthandler.py]=1 # takes too long + [test_file_eintr.py]=1 # too long to run test; works on 3.7.7 [test_fcntl.py]=1 [test_filecmp.py]=1 # parse error [test_fileinput.py]=1