Skip to content

Commit

Permalink
Disable github tests - hitting quotas there
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Jun 27, 2024
1 parent f54b1da commit a2fa914
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def test_serperdev(self, test_files_path):

@pytest.mark.skipif("ANTHROPIC_API_KEY" not in os.environ, reason="ANTHROPIC_API_KEY not set")
@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"),
llm_provider=LLMProvider.ANTHROPIC)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ def test_serperdev(self, test_files_path):

@pytest.mark.skipif("COHERE_API_KEY" not in os.environ, reason="COHERE_API_KEY not set")
@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"),
llm_provider=LLMProvider.COHERE)
Expand Down

0 comments on commit a2fa914

Please sign in to comment.