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:
@@ -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"""
|
||||
|
||||
|
Reference in New Issue
Block a user