Skip to content

Commit

Permalink
start to put some changes back to test large_files tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Apr 26, 2024
1 parent f8164a1 commit 6c07661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ jobs:
ETHEREUM_URL: ${{ secrets.ETHEREUM_URL }}
AZLE_USE_DOCKERFILE: ${{ matrix.azle_source == 'repo' }}
AZLE_IDENTITY_STORAGE_MODE: 'plaintext'
AZLE_VERBOSE: true # TODO Decide to remove this or keep it here, just for testing
strategy:
fail-fast: false # We want to see which example tests succeed and which ones fail, we don't want one example test to cancel the rest
matrix:
Expand Down
4 changes: 2 additions & 2 deletions examples/large_files/test/tests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ function generateStandardFileTests(label: string, origin: string): Test[] {
generateTest(label, origin, 'test1MiB', 'auto'),
generateTest(label, origin, 'test10MiB', 'auto'),
generateTest(label, origin, 'test100MiB', 'auto'),
generateTest(label, origin, 'test250MiB', 'auto')
// generateTest(label, origin, 'test1GiB', 'auto') // TODO The replica running in GitHub Actions seems to really be struggling
generateTest(label, origin, 'test250MiB', 'auto'),
generateTest(label, origin, 'test1GiB', 'auto')
];
}

Expand Down

0 comments on commit 6c07661

Please sign in to comment.