From 37af1766e9fd733fe4fabb1f4b6ee7306700bafe Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Sun, 20 Sep 2015 13:12:44 +0200
Subject: [PATCH] tests: disable 1801 until fixed

It is unreliable and causes CI problems on github

Closes #380
---
 tests/data/DISABLED | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/tests/data/DISABLED b/tests/data/DISABLED
index 6a0119db73..18888a9d25 100644
--- a/tests/data/DISABLED
+++ b/tests/data/DISABLED
@@ -10,3 +10,6 @@
 836
 882
 938
+# test 1801 causes problems on Mac OS X and github
+# https://github.com/bagder/curl/issues/380
+1801
-- 
GitLab