Commits
53 53 | self.res_table = 'settrop_table' |
54 54 | if os.path.exists(self.vis_copy): |
55 55 | shutil.rmtree(self.vis_copy) |
56 56 | shutil.copytree(os.path.join(datapath,self.vis_file), self.vis_copy) |
57 57 | |
58 58 | def tearDown(self): |
59 59 | if os.path.exists(self.vis_copy): |
60 60 | shutil.rmtree(self.vis_copy) |
61 61 | if os.path.exists(self.res_table): |
62 62 | shutil.rmtree(self.res_table) |
63 - | |
63 + | |
64 + | skip("Skipping due to intermittent failures") . |
64 65 | def test_smsettrop(self): |
65 66 | """ """ |
66 67 | # testing closing existing |
67 68 | self.assertTrue(len(_tb.showcache()) == 0) |
68 69 | _tb.close() |
69 70 | _sm.done() |
70 71 | |
71 72 | _sm.openfromms(self.vis_copy) |
72 73 | # This call exercises the new parameter CAS-13194 |
73 74 | _sm.settrop(mode='screen', table=self.res_table,pwv=3.0,deltapwv=0.15, |