summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/system/suite_CSUP/tst_CSUP01/test.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/system/suite_CSUP/tst_CSUP01/test.py b/tests/system/suite_CSUP/tst_CSUP01/test.py
index 5971d186f9..907e9cdf65 100644
--- a/tests/system/suite_CSUP/tst_CSUP01/test.py
+++ b/tests/system/suite_CSUP/tst_CSUP01/test.py
@@ -84,10 +84,7 @@ def main():
type(editorWidget, lineWithFloat)
try:
waitForObject(":popupFrame_Proposal_QListView", 5000)
- if useClang and JIRA.isBugStillOpen(16188):
- test.xfail("Typing a float value triggered code completion")
- else:
- test.fail("Typing a float value triggered code completion")
+ test.fail("Typing a float value triggered code completion")
except:
test.compare(str(lineUnderCursor(editorWidget)), " " + lineWithFloat,
"Typing a float value does not trigger code completion")