From a7d7e4a72daa4c7afaa77dee21556cb9bacd0196 Mon Sep 17 00:00:00 2001 From: Benjamin Smith Date: Thu, 7 Sep 2023 23:47:14 +0200 Subject: [PATCH] skip upload test (#84) --- tests/e2e/test_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/test_client.py b/tests/e2e/test_client.py index c62e533..734d12d 100644 --- a/tests/e2e/test_client.py +++ b/tests/e2e/test_client.py @@ -181,6 +181,7 @@ def test_get_latest_result_with_query_id(self): results = dune.get_latest_result(self.query.query_id).get_rows() self.assertGreater(len(results), 0) + @unittest.skip("This is a plus subscription endpoint.") def test_upload_csv_success(self): client = DuneClient(self.valid_api_key) self.assertEqual(