diff --git a/site_ansto/instrument/TEST_SICS/unit_tests/sics_test.py b/site_ansto/instrument/TEST_SICS/unit_tests/sics_test.py index a2e0fe02..d295baa3 100644 --- a/site_ansto/instrument/TEST_SICS/unit_tests/sics_test.py +++ b/site_ansto/instrument/TEST_SICS/unit_tests/sics_test.py @@ -28,7 +28,7 @@ class Able(unittest.TestCase): print "cb_login:", client, args, kw if 'instrument_name' not in globals(): d = self.get_instrument_name() - d.addCallback(cb_login, "Test_Suite") + d.addCallback(cb_login, "MyName") elif 'test_suite' not in globals(): d = self.load_test_suite() d.addCallback(cb_login, "Test_Suite") @@ -548,7 +548,7 @@ class Baker(Able): class Posit(Able): timeout = 5 def test_000_000_posit(self): - debug = True + debug = False if instrument_name != "taipan": raise unittest.SkipTest("Cannot posit motor m1, m2: not taipan")