tests: update skip message for TestApi

Related: rhbz#1785159
This commit is contained in:
Alexander Todorov 2020-04-17 13:36:27 +03:00 committed by Brian C. Lane
parent 4d28da3818
commit f467a3aba7

View File

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