summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarius Makovsky <traveltissues@protonmail.com>2019-11-21 10:14:27 +0000
committerDarius Makovsky <traveltissues@protonmail.com>2019-12-02 16:40:51 +0000
commita215b331d74c3d6cf139655cdf6b231179ccfc6f (patch)
tree2f4d4c5ffb66fd44194ca4cc80ba6df21d23775c
parent99f32e44efb3923e8e3d7676f719783e5730fe8d (diff)
downloadbuildstream-a215b331d74c3d6cf139655cdf6b231179ccfc6f.tar.gz
tests: remove xfails
-rw-r--r--tests/remoteexecution/workspace.py15
1 files changed, 2 insertions, 13 deletions
diff --git a/tests/remoteexecution/workspace.py b/tests/remoteexecution/workspace.py
index 4ac743490..f0532bdc9 100644
--- a/tests/remoteexecution/workspace.py
+++ b/tests/remoteexecution/workspace.py
@@ -178,21 +178,10 @@ def get_timemark(cli, project, element_name, marker):
@pytest.mark.datafiles(DATA_DIR)
@pytest.mark.parametrize(
- "modification",
- [
- pytest.param("none"),
- pytest.param("content"),
- pytest.param("time", marks=pytest.mark.xfail(reason="mtimes are set to a magic value and not stored in CAS")),
- ],
+ "modification", [pytest.param("none"), 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 = False