From b823a616c555a7d4c0cb93416d78db6053a06667 Mon Sep 17 00:00:00 2001 From: James Ennis Date: Wed, 30 May 2018 15:56:41 +0100 Subject: pushreceive.py: Ensure huge artifacts are not pushed --- tests/frontend/push.py | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/frontend/push.py b/tests/frontend/push.py index 3111a04f3..3d40c7deb 100644 --- a/tests/frontend/push.py +++ b/tests/frontend/push.py @@ -267,7 +267,6 @@ def test_artifact_expires(cli, datafiles, tmpdir): # Test that a large artifact, whose size exceeds the quota, is not pushed # to the remote share -@pytest.mark.xfail @pytest.mark.datafiles(DATA_DIR) def test_artifact_too_large(cli, datafiles, tmpdir): project = os.path.join(datafiles.dirname, datafiles.basename) -- cgit v1.2.1