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"""