summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2018-07-08 15:00:15 +0200
committerJürg Billeter <j@bitron.ch>2018-07-08 15:00:15 +0200
commit9d69068742eadc38084e9745c633ab443372ca66 (patch)
tree643000c3195123dabedf34c66b3853f7861cddfe
parent16d38968a2b275e67b80a6f7af4f74f4c052096c (diff)
downloadbuildstream-9d69068742eadc38084e9745c633ab443372ca66.tar.gz
DO NOT MERGE: Temporarily disable artifact expiry tests
-rw-r--r--tests/frontend/push.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/frontend/push.py b/tests/frontend/push.py
index 8bdd37db1..e8f7d7d04 100644
--- a/tests/frontend/push.py
+++ b/tests/frontend/push.py
@@ -201,6 +201,7 @@ def test_push_after_pull(cli, tmpdir, datafiles):
# Ensure that when an artifact's size exceeds available disk space
# the least recently pushed artifact is deleted in order to make room for
# the incoming artifact.
+@pytest.mark.xfail
@pytest.mark.datafiles(DATA_DIR)
def test_artifact_expires(cli, datafiles, tmpdir):
project = os.path.join(datafiles.dirname, datafiles.basename)
@@ -259,6 +260,7 @@ 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)