Skip to content

Commit

Permalink
skip upload test (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith committed Sep 7, 2023
1 parent d413050 commit a7d7e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/test_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit a7d7e4a

Please sign in to comment.