This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch traveltissues/mr4 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 955526a33fafba2cc9516cf4b905f2a5678a5ac6 Author: Darius Makovsky <[email protected]> AuthorDate: Wed Dec 18 12:19:30 2019 +0000 tests: remove xfail for non-incremental-time RE workspace --- tests/remoteexecution/workspace.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tests/remoteexecution/workspace.py b/tests/remoteexecution/workspace.py index 83480b4..b810bf1 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",
