We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc33b8 commit 20d3814Copy full SHA for 20d3814
tests/test_ssh_context.py
@@ -18,7 +18,7 @@ def setUpClass(cls):
18
try:
19
cls.machine = Machine.load_from_dict(mdata['machine'])
20
except SSHException:
21
- self.skipTest("SSHException cannot connect")
+ cls.skipTest("SSHException cannot connect")
22
cls.submission = SampleClass.get_sample_submission()
23
cls.submission.bind_machine(cls.machine)
24
cls.submission_hash = cls.submission.submission_hash
0 commit comments