Skip to content

Commit

Permalink
Skip test that fails on Windows
Browse files Browse the repository at this point in the history
See issue #345.
  • Loading branch information
josephharrington committed May 25, 2017
1 parent a392436 commit 0a62b81
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
import os
import tempfile
from unittest import skipIf
import yaml

from app.util.process_utils import is_windows
from test.framework.functional.base_functional_test_case import BaseFunctionalTestCase
from test.functional.job_configs import JOB_WITH_SLEEPS


@skipIf(is_windows(), 'Fails on AppVeyor; see issue #345')
class TestDeallocationAndAllocationOfSlavesMidBuild(BaseFunctionalTestCase):
def test_build_completes_after_allocating_deallocating_and_reallocating_slaves_to_build(self):
master = self.cluster.start_master()
Expand Down

0 comments on commit 0a62b81

Please sign in to comment.