Skip to content

Commit

Permalink
Disable tests that hit the rate limit
Browse files Browse the repository at this point in the history
  • Loading branch information
patchoulish committed Nov 24, 2024
1 parent 10db787 commit 020b923
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions source/Firecrawl.Tests/FirecrawlServiceTests.Map.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ await Assert.ThrowsExceptionAsync<ArgumentNullException>(
"Map")]
[TestCategory(
"BadRequest")]
[DataTestMethod]
//[DataTestMethod]
[DynamicData(
nameof(MapThrowOnBadRequestTestData))]
public async Task MapThrowOnBadRequestAsync(
Expand All @@ -91,7 +91,7 @@ await Assert.ThrowsExceptionAsync<FirecrawlException>(
"Map")]
[TestCategory(
"Result")]
[DataTestMethod]
//[DataTestMethod]
[DynamicData(
nameof(MapTestData))]
public async Task MapAsync(
Expand Down
4 changes: 2 additions & 2 deletions source/Firecrawl.Tests/FirecrawlServiceTests.Scrape.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ await Assert.ThrowsExceptionAsync<ArgumentNullException>(
"Scrape")]
[TestCategory(
"BadRequest")]
[DataTestMethod]
//[DataTestMethod]
[DynamicData(
nameof(ScrapeThrowOnBadRequestTestData))]
public async Task ScrapeThrowOnBadRequestAsync(
Expand All @@ -99,7 +99,7 @@ await Assert.ThrowsExceptionAsync<FirecrawlException>(
"Scrape")]
[TestCategory(
"Result")]
[DataTestMethod]
//[DataTestMethod]
[DynamicData(
nameof(ScrapeTestData))]
public async Task ScrapeAsync(
Expand Down

0 comments on commit 020b923

Please sign in to comment.