Skip to content

Commit

Permalink
Set build limit to 1
Browse files Browse the repository at this point in the history
resolve: adoptium#878

Signed-off-by: Lan Xia <[email protected]>
  • Loading branch information
llxia committed Oct 3, 2024
1 parent a86ce2c commit abadf46
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 339 deletions.
2 changes: 1 addition & 1 deletion test-result-summary-client/cypress/integration/testInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe('Integration test for allTestsInfo', () => {
const buildId = '60e60bf5631d857f69d62014';
const limit = 5;
const limit = 1;
const hasChildren = false;

beforeEach(() => {
Expand Down
Loading

0 comments on commit abadf46

Please sign in to comment.