diff options
author | James Ennis <james.ennis@codethink.com> | 2018-05-30 15:56:41 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-07 16:41:33 -0400 |
commit | b823a616c555a7d4c0cb93416d78db6053a06667 (patch) | |
tree | 0f579d832c7b96a307e4d92031c838bc5cbd614b /tests | |
parent | b8a52cbdcf30c92c854edf5b8305fadc99a0f035 (diff) | |
download | buildstream-b823a616c555a7d4c0cb93416d78db6053a06667.tar.gz |
pushreceive.py: Ensure huge artifacts are not pushed
Diffstat (limited to 'tests')
-rw-r--r-- | tests/frontend/push.py | 1 |
1 files changed, 0 insertions, 1 deletions
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) |