summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/remoteexecution/workspace.py7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/remoteexecution/workspace.py b/tests/remoteexecution/workspace.py
index 83480b42e..b810bf18f 100644
--- a/tests/remoteexecution/workspace.py
+++ b/tests/remoteexecution/workspace.py
@@ -178,12 +178,7 @@ 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",