This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch traveltissues/mr4 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 24eb3a239e121b261d00e743e9f6bef6614efe01 Author: Darius Makovsky <traveltiss...@protonmail.com> AuthorDate: Thu Nov 21 10:14:27 2019 +0000 tests: remove xfails for incremental RE workspaces --- tests/remoteexecution/workspace.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/remoteexecution/workspace.py b/tests/remoteexecution/workspace.py index 3bf35a7..58ffb10 100644 --- a/tests/remoteexecution/workspace.py +++ b/tests/remoteexecution/workspace.py @@ -188,13 +188,7 @@ def get_timemark(cli, project, element_name, marker): "modification", [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 = buildtype == "incremental"