diff --git a/Phys/Tesla/tests/options/default.py b/Phys/Tesla/tests/options/default.py
deleted file mode 100644
index dd1cc4cbf4882a4f64cea023685920eb49e051d6..0000000000000000000000000000000000000000
--- a/Phys/Tesla/tests/options/default.py
+++ /dev/null
@@ -1,38 +0,0 @@
-# Options file for the QMTest to check that Tesla produces no errors
-
-from Configurables import Tesla 
-from Gaudi.Configuration import *
-
-from Configurables import HltANNSvc
-Hlt2ID = HltANNSvc().Hlt2SelectionID
-if "Hlt2Global" not in Hlt2ID : Hlt2ID.update( {  "Hlt2Global" : 2 } )
-HltANNSvc().Hlt1SelectionID = { 'PV3D' : 10103
-        ,'ProtoPV3D' : 10117
-}
-Hlt2ID.update(  { 'Hlt2IncPhiDecision'           : 50000
-    ,'Hlt2IncPhiSidebandsDecision'  : 50003
-    ,'Hlt2IncPhiTrackFitDecision'   : 50002
-    } )
-HltANNSvc().InfoID = {
-        "FastTTValidationTool/ValidateWithTT"        : 6350,
-        "MatchVeloMuon"                              : 6400,
-        "IsMuonTool"                                 : 6401,
-        "PatForwardTool/LooseForward"                : 6299,
-        "PatForwardTool/TightForward"                : 6300,
-        'Hlt2Topo2BodyBBDTResponse'                  : 6502,
-        'Hlt2Topo3BodyBBDTResponse'                  : 6303,
-        'Hlt2Topo4BodyBBDTResponse'                  : 6304
-        }
-
-prefix = "Hlt2IncPhi"
-
-Tesla().TriggerLines = ["Hlt2IncPhi"]
-Tesla().EnableLineChecker = False
-Tesla().OutputLevel = 4
-Tesla().EvtMax = -1
-Tesla().SplitRawEventInput = '0.4'
-Tesla().SplitRawEventOutput = '0.4'
-
-from PRConfig.TestFileDB import test_file_db
-input = test_file_db['Tesla_Bsphiphi_MC12wTurbo']
-input.run(configurable=Tesla())
diff --git a/Phys/Tesla/tests/qmtest/tesla.qms/default.qmt b/Phys/Tesla/tests/qmtest/tesla.qms/default.qmt
deleted file mode 100644
index cb42dd7f53d9d775d82a5c4300e53a31179bf1fa..0000000000000000000000000000000000000000
--- a/Phys/Tesla/tests/qmtest/tesla.qms/default.qmt
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" ?><!DOCTYPE extension  PUBLIC '-//QM/2.3/Extension//EN'  'http://www.codesourcery.com/qm/dtds/2.3/-//qm/2.3/extension//en.dtd'>
-<!--
-#######################################################
-# SUMMARY OF THIS TEST
-# ...................
-# Author: rlambert
-# Purpose: Check if Moore can re-run on a stripping20 like DST.
-# Prerequisites: None
-# Common failure modes, severities and cures: 
-#               . SEVERE: Segfault or raised exception, stderr, nonzero return code
-#               . MAJOR: additional FATAL/ERROR messages always a major problem. no ERROR messages should ever be printed when running this test.
-#               . MINOR: additional WARNING messages, it is unclear how severe these may be, you will need to hunt down the cause and either fix the problem or suppress the warning.
-#               . EXPECTED: At the moment this test has a habit of timing out or being killed by some abort signal in finalize, but the output always looks fine.
-#######################################################
--->
-<extension class="GaudiTest.GaudiExeTest" kind="test">
-  <argument name="program"><text>gaudirun.py</text></argument>
-  <argument name="timeout"><integer>3600</integer></argument>
-  <argument name="args"><set>
-    <text>../options/default.py</text>
-  </set></argument>
-  <!-- TODO: we see 161 more errors than we should -->
-  <argument name="validator"><text>
-countErrorLines({"FATAL":0, "ERROR":5561, "WARNING" :162})
-#findReferenceBlock("""
-#Hlt2SelReportsD...  ERROR HltSelReportsDecoder::  Did not find string key for trigger selection in storage
-#""", id = "AllowResp" )
-</text></argument>
-</extension>
-