From 63ae77ac1d963e2c45bbed7948d18313caf2c016 Mon Sep 17 00:00:00 2001 From: Max Wittig Date: Mon, 8 Jun 2020 14:22:45 +0200 Subject: test: disable test until Gitlab 13.1 --- tools/python_test_v4.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/python_test_v4.py b/tools/python_test_v4.py index 7276e6e..70dc3f9 100644 --- a/tools/python_test_v4.py +++ b/tools/python_test_v4.py @@ -822,7 +822,8 @@ assert len(discussion.attributes["notes"]) == 1 snippet.file_name = "bar.py" snippet.save() snippet = admin_project.snippets.get(snippet.id) -assert snippet.content().decode() == "initial content" +# TO BE RE-ENABLED AFTER 13.1 +# assert snippet.content().decode() == "initial content" assert snippet.file_name == "bar.py" size = len(admin_project.snippets.list()) snippet.delete() -- cgit v1.2.1