diff options
author | Darius Makovsky <traveltissues@protonmail.com> | 2019-12-18 12:19:30 +0000 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2020-02-05 16:59:03 +0100 |
commit | e88e89051b69d9793c42ace8eb3b4fcaa39e34a8 (patch) | |
tree | 7b56977defb2364a338318a0e52e1b0515a742f7 /tests | |
parent | fb8478602a3e53376a3417a1fb2488669310a60c (diff) | |
download | buildstream-e88e89051b69d9793c42ace8eb3b4fcaa39e34a8.tar.gz |
tests/remoteexecution: Remove xfail for non-incremental-time workspace
Diffstat (limited to 'tests')
-rw-r--r-- | tests/remoteexecution/workspace.py | 7 |
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", |