summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-05-14 06:58:22 +0200
committerJürg Billeter <j@bitron.ch>2018-07-17 07:56:40 +0200
commit99846137fad730725159475f1391759880d77f0a (patch)
tree5b1fa581c5ac42fc1baac2db9ce73f359b3c6419
parentb87c696f6336d722437fce86eae10a72d55299b0 (diff)
downloadbuildstream-99846137fad730725159475f1391759880d77f0a.tar.gz
tests/integration/workspace.py: Test incremental build on all platforms
-rw-r--r--tests/integration/workspace.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/workspace.py b/tests/integration/workspace.py
index 6eae1efc8..102d053fc 100644
--- a/tests/integration/workspace.py
+++ b/tests/integration/workspace.py
@@ -216,7 +216,6 @@ def test_updated_dependency_nested(cli, tmpdir, datafiles):
@pytest.mark.integration
@pytest.mark.datafiles(DATA_DIR)
-@pytest.mark.skipif(not IS_LINUX, reason='Incremental builds are not supported by the unix platform')
def test_incremental_configure_commands_run_only_once(cli, tmpdir, datafiles):
project = os.path.join(datafiles.dirname, datafiles.basename)
workspace = os.path.join(cli.directory, 'workspace')