diff --git a/tests/system/suite_editors/tst_memberoperator/test.py b/tests/system/suite_editors/tst_memberoperator/test.py index b02271ac3e7..36db7f66181 100644 --- a/tests/system/suite_editors/tst_memberoperator/test.py +++ b/tests/system/suite_editors/tst_memberoperator/test.py @@ -43,8 +43,8 @@ def main(): typeLines(cppwindow, ("", testData.field(record, "declaration"))) type(cppwindow, testData.field(record, "usage")) snooze(1) # maybe find something better - if useClang: - snooze(1) # QTCREATORBUG-15639 + if useClang and JIRA.isBugStillOpen(15639): + snooze(1) type(cppwindow, testData.field(record, "operator")) waitFor("object.exists(':popupFrame_TextEditor::GenericProposalWidget')", 1500) found = str(lineUnderCursor(cppwindow)).strip()