Disable Python SRA tests against Launch Kit (#1750)

These tests have worked multiple times in Circle CI, but now they're not, and it seems to be misbehaving intermittently, so just disabling them for now.
This commit is contained in:
F. Eugene Aumson
2019-04-02 13:24:27 -04:00
committed by GitHub
parent d7d95be042
commit 2d8acd4711
2 changed files with 8 additions and 5 deletions

View File

@@ -6,10 +6,13 @@ from __future__ import absolute_import
import unittest
import pytest
from sra_client import ApiClient, Configuration
from sra_client.api import DefaultApi
@pytest.mark.skip(reason="Circle CI error launch kit unreachable")
class TestDefaultApi(unittest.TestCase):
"""DefaultApi unit test stubs"""