Skip to content

Commit

Permalink
Fix test skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Feb 19, 2019
1 parent 4e39c0f commit 9019916
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/integration/test_kubernetes_runner.py
Expand Up @@ -12,8 +12,6 @@
from .test_dockerized_jobs import MulledJobTestCases # noqa: I201
from .test_job_environments import BaseJobEnvironmentIntegrationTestCase # noqa: I201

integration_util.skip_unless_kubernetes()

PERSISTENT_VOLUME_NAME = 'pv-galaxy-integration-test'
PERSISTENT_VOLUME_CLAIM_NAME = 'galaxy-pvc-integration-test'
Config = collections.namedtuple('ConfigTuple', 'path')
Expand Down Expand Up @@ -112,6 +110,7 @@ def job_config(path):
return Config(job_conf.name)


@integration_util.skip_unless_kubernetes()
class BaseKubernetesIntegrationTestCase(BaseJobEnvironmentIntegrationTestCase, MulledJobTestCases):

def setUp(self):
Expand Down

0 comments on commit 9019916

Please sign in to comment.