Skip to content

Commit

Permalink
Revert "Update SpecFilterTest.java"
Browse files Browse the repository at this point in the history
This reverts commit 6a8c9db.
  • Loading branch information
khatchad committed Nov 12, 2024
1 parent 68270ff commit ca84945
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ public void setUp() throws IOException {
openAPI = getOpenAPI(RESOURCE_PATH);
}

@Param({"10", "100", "1000", "5000", "10000"})
// @Param({"10", "100", "1000"})
@Param({"10"})
private int numThreads;

@Test(description = "it should clone everything concurrently")
Expand Down

0 comments on commit ca84945

Please sign in to comment.