From f467a3aba765a12177c18316d85b79b0bf903311 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Fri, 17 Apr 2020 13:36:27 +0300 Subject: [PATCH] tests: update skip message for TestApi Related: rhbz#1785159 --- test/check-api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/check-api b/test/check-api index 43826c7d..a2398b1e 100755 --- a/test/check-api +++ b/test/check-api @@ -7,7 +7,7 @@ import requests import subprocess -@unittest.skip("Something is failing here and we're not sure what. Will debug later") +@unittest.skip("TCP -> UNIX socket port forwarding broken, rhbz#1805238") class TestApi(composertest.ComposerTestCase): """Test Composer HTTP API"""