diff --git a/tests/system/shared/workarounds.py b/tests/system/shared/workarounds.py
index 9e69727a902e4295b4c46fe9c4ad8f87a8c280f6..81385fdd04698b0ce551f8d2c58acbe038bff348 100644
--- a/tests/system/shared/workarounds.py
+++ b/tests/system/shared/workarounds.py
@@ -168,7 +168,6 @@ class JIRA:
         # ALWAYS update this dict when adding a new function for a workaround!
         def __initBugDict__(self):
             self.__bugs__= {
-                            'QTCREATORBUG-6967':self._workaroundCreator6967_,
                             'QTCREATORBUG-6853':self._workaroundCreator6853_,
                             'QTCREATORBUG-6918':self._workaroundCreator_MacEditorFocus_,
                             'QTCREATORBUG-6953':self._workaroundCreator_MacEditorFocus_
@@ -179,10 +178,6 @@ class JIRA:
 
 ############### functions that hold workarounds #################################
 
-        def _workaroundCreator6967_(self, *args):
-            if args[0] == 'Mobile Qt Application':
-                args[1].remove('Qt Simulator')
-
         def _workaroundCreator6853_(self, *args):
             if "Release" in args[0] and platform.system() == "Linux":
                 snooze(1)
diff --git a/tests/system/suite_general/tst_create_proj_wizard/test.py b/tests/system/suite_general/tst_create_proj_wizard/test.py
index 3703b1dd1b8ccf1077c8eaab6ac9c23b7005eda3..d25fd0021e9afd30c0185d6f6a1a33bd69e62229 100644
--- a/tests/system/suite_general/tst_create_proj_wizard/test.py
+++ b/tests/system/suite_general/tst_create_proj_wizard/test.py
@@ -71,7 +71,6 @@ def main():
                 pass
         waitForObject("{type='QLabel' unnamed='1' visible='1' text='Target Setup'}")
         availableCheckboxes = filter(visibleCheckBoxExists, QtQuickConstants.getAllTargetStrings())
-        JIRA.performWorkaroundIfStillOpen(6967, JIRA.Bug.CREATOR, template, displayedPlatforms)
         # verification whether expected, found and configured match
         for t in targets:
             if requiredVersion: