diff --git a/tests/system/suite_general/tst_select_all/test.py b/tests/system/suite_general/tst_select_all/test.py index 5c101629ae0..da1e18333c5 100644 --- a/tests/system/suite_general/tst_select_all/test.py +++ b/tests/system/suite_general/tst_select_all/test.py @@ -43,9 +43,6 @@ def main(): pos = size if key == "": pos -= 1 - if JIRA.isBugStillOpen(7215, JIRA.Bug.CREATOR): - test.warning("Using workaround for %s-%d" % (JIRA.Bug.CREATOR, 7215)) - pos = 0 test.compare(editor.textCursor().selectionStart(), pos) test.compare(editor.textCursor().selectionEnd(), pos) test.compare(editor.textCursor().position(), pos)