Skip to content

Commit

Permalink
Skip github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Jun 18, 2024
1 parent e5c76c7 commit ecdc37d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/components/tools/openapi/test_openapi_client_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def test_serperdev(self, test_files_path):
assert "invention" in str(response)

@pytest.mark.integration
@pytest.mark.skip("This test hits rate limit on Github API. Skip for now.")
def test_github(self, test_files_path):
config = ClientConfiguration(openapi_spec=create_openapi_spec(test_files_path / "yaml" / "github_compare.yml"))
api = OpenAPIServiceClient(config)
Expand Down

0 comments on commit ecdc37d

Please sign in to comment.