diff --git a/CEP/Pipeline/test/test_framework/unittest_runner.py b/CEP/Pipeline/test/test_framework/unittest_runner.py index 55a6aa8faf8a6bd81c96efc699ff7ff71f651814..ae60665e7bce5d84de9f512bb6b85c2f437e7f79 100644 --- a/CEP/Pipeline/test/test_framework/unittest_runner.py +++ b/CEP/Pipeline/test/test_framework/unittest_runner.py @@ -103,16 +103,6 @@ class UnitTesterTest(unittest.TestCase): """ self.assertTrue(self.tester == "A test string") - #@unittest.expectedFailure # decorator can be used from python 2.7 - def test_daily_build_exists(self): - """ - Performs a simple import to check if the daily is created - This sanity check only works on the CEP systems lhn001,2 and lce072. comment out on other systems - """ - path = "/opt/cep/LofIm/daily/lofar/lofarinit.sh" - self.assertTrue(os.path.exists(path), "Daily build has failed:" - " lofarinit.sh is missing!") - def usage(): """