summaryrefslogtreecommitdiffstats
path: root/composer-pr4169.patch
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-06-21 07:59:27 +0200
committerRemi Collet <fedora@famillecollet.com>2015-06-21 07:59:27 +0200
commit307c326ffe64b61d6fd0911844067975353694c8 (patch)
tree61720ac9da1e62a3f64f067e818e80ec25b55dfb /composer-pr4169.patch
parent0db56868fd534aefea804fa7dc4c7437da5b3c65 (diff)
composer-1.0.0-0.5.20150620gitd0ff016
Diffstat (limited to 'composer-pr4169.patch')
-rw-r--r--composer-pr4169.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/composer-pr4169.patch b/composer-pr4169.patch
new file mode 100644
index 0000000..dc419c2
--- /dev/null
+++ b/composer-pr4169.patch
@@ -0,0 +1,23 @@
+From c350bceeea660f49f92f033170aea35fae7333f2 Mon Sep 17 00:00:00 2001
+From: Remi Collet <remi@famillecollet.com>
+Date: Sun, 21 Jun 2015 07:46:08 +0200
+Subject: [PATCH] Set this test as slow
+
+---
+ tests/Composer/Test/Util/RemoteFilesystemTest.php | 3 +++
+ 1 file changed, 3 insertions(+)
+
+diff --git a/tests/Composer/Test/Util/RemoteFilesystemTest.php b/tests/Composer/Test/Util/RemoteFilesystemTest.php
+index 04502eb..62a70c9 100644
+--- a/tests/Composer/Test/Util/RemoteFilesystemTest.php
++++ b/tests/Composer/Test/Util/RemoteFilesystemTest.php
+@@ -137,6 +137,9 @@ public function testCallbackGetPassesThrough404()
+ $this->assertNull($this->callCallbackGet($fs, STREAM_NOTIFY_FAILURE, 0, 'HTTP/1.1 404 Not Found', 404, 0, 0));
+ }
+
++ /**
++ * @group slow
++ */
+ public function testCaptureAuthenticationParamsFromUrl()
+ {
+ $io = $this->getMock('Composer\IO\IOInterface');