Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit63ae77a

Browse files
committed
test: disable test until Gitlab 13.1
1 parentf86ef3b commit63ae77a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎tools/python_test_v4.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,8 @@
822822
snippet.file_name="bar.py"
823823
snippet.save()
824824
snippet=admin_project.snippets.get(snippet.id)
825-
assertsnippet.content().decode()=="initial content"
825+
# TO BE RE-ENABLED AFTER 13.1
826+
# assert snippet.content().decode() == "initial content"
826827
assertsnippet.file_name=="bar.py"
827828
size=len(admin_project.snippets.list())
828829
snippet.delete()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp