Skip to content

Commit

Permalink
Skip github test
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed Jun 18, 2024
1 parent a87d446 commit ec826b6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def test_serperdev(self, test_files_path):

@pytest.mark.skipif("OPENAI_API_KEY" not in os.environ, reason="OPENAI_API_KEY not set")
@pytest.mark.integration
@pytest.mark.skip("This test is 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"))
client = OpenAI(api_key=os.getenv("OPENAI_API_KEY"))
Expand Down

0 comments on commit ec826b6

Please sign in to comment.