File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def setUp(self):
5858 'variable OPENMLAPIKEY found.' )
5959 except :
6060 pass
61-
61+
6262 self .connector = APIConnector (cache_directory = self .workdir ,
6363 apikey = apikey )
6464
@@ -238,6 +238,7 @@ def test_download_split(self):
238238
239239 ############################################################################
240240 # Runs
241+ @unittest .skip ('The method which is tested by this function doesnt exist' )
241242 def test_download_run_list (self ):
242243 def check_run (run ):
243244 self .assertIsInstance (run , dict )
@@ -258,6 +259,7 @@ def check_run(run):
258259 for run in runs :
259260 check_run (run )
260261
262+ @unittest .skip ('The method which is tested by this function doesnt exist' )
261263 def test_download_run (self ):
262264 run = self .connector .download_run (473350 )
263265 self .assertGreaterEqual (len (run .tags ), 2 )
@@ -268,6 +270,7 @@ def test_download_run(self):
268270
269271 # ###########################################################################
270272 # Flows
273+ @unittest .skip ('The method which is tested by this function doesnt exist' )
271274 def test_download_flow_list (self ):
272275 def check_flow (flow ):
273276 self .assertIsInstance (flow , dict )
You can’t perform that action at this time.
0 commit comments