summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarius Makovsky <traveltissues@protonmail.com>2019-12-18 12:19:30 +0000
committerJürg Billeter <j@bitron.ch>2020-02-04 10:51:44 +0100
commitcb107ed542da566f5fe3815822385c7bd4c2570a (patch)
tree15805d5879a804ef86b9a8794028455d9da4eff3
parent3834f0820240469a8697061edd6eca702bf61108 (diff)
downloadbuildstream-cb107ed542da566f5fe3815822385c7bd4c2570a.tar.gz
tests: remove xfail for non-incremental-time RE workspace
-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",