diff --git a/pypgatk/tests/pypgatk_tests.py b/pypgatk/tests/pypgatk_tests.py index cb890ae..aa68612 100644 --- a/pypgatk/tests/pypgatk_tests.py +++ b/pypgatk/tests/pypgatk_tests.py @@ -263,16 +263,16 @@ def test_download_ensembl_data_37(self): # '--download_study', 'paac_jhu_2014', '--output_directory', 'testdata']) # self.assertEqual(result.exit_code, 0) - def test_download_cbioportal_data_noconfig(self): - """ - Test downloading cbioportal data for study id: paac_jhu_2014 - :return: - """ - runner = CliRunner() - result = runner.invoke(cli, - ['cbioportal-downloader', '--download_study', 'paac_jhu_2014', '--output_directory', - 'testdata']) - self.assertEqual(result.exit_code, 0) + # def test_download_cbioportal_data_noconfig(self): + # """ + # Test downloading cbioportal data for study id: paac_jhu_2014 + # :return: + # """ + # runner = CliRunner() + # result = runner.invoke(cli, + # ['cbioportal-downloader', '--download_study', 'paac_jhu_2014', '--output_directory', + # 'testdata']) + # self.assertEqual(result.exit_code, 0) def test_check_ensembl_database(self): runner = CliRunner()