summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarius Makovsky <traveltissues@protonmail.com>2019-11-21 10:14:27 +0000
committerDarius Makovsky <traveltissues@protonmail.com>2020-01-08 13:54:07 +0000
commit0c7228e5b70416750d6dd116c4050a3eb6ff8d1c (patch)
treeda79ea12073a2048408d9c6126e3801684bbd344
parent994da27285ba83a6814bc1f6da84ef57f901977d (diff)
downloadbuildstream-0c7228e5b70416750d6dd116c4050a3eb6ff8d1c.tar.gz
tests: remove xfails for incremental RE workspaces
-rw-r--r--tests/remoteexecution/workspace.py8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/remoteexecution/workspace.py b/tests/remoteexecution/workspace.py
index 356d30bf2..f33d04e20 100644
--- a/tests/remoteexecution/workspace.py
+++ b/tests/remoteexecution/workspace.py
@@ -183,13 +183,7 @@ def get_timemark(cli, project, element_name, marker):
"modification", [pytest.param("content"), pytest.param("time"),],
)
@pytest.mark.parametrize(
- "buildtype",
- [
- pytest.param("non-incremental"),
- pytest.param(
- "incremental", marks=pytest.mark.xfail(reason="incremental workspace builds are not yet supported")
- ),
- ],
+ "buildtype", [pytest.param("non-incremental"), pytest.param("incremental"),],
)
def test_workspace_build(cli, tmpdir, datafiles, modification, buildtype):
incremental = buildtype == "incremental"