Skip to content

Commit

Permalink
test: re-enable chunked_wasm test (#550)
Browse files Browse the repository at this point in the history
* re-enable the test with dfx 0.20.0-beta.0

* disable e2e on macos

* macos-12

* latest dfx is 0.20.0 now

---------

Co-authored-by: Eric Swanson <[email protected]>
  • Loading branch information
lwshang and ericswanson-dfinity authored May 8, 2024
1 parent 6ebdacc commit 70c3daf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]

steps:
- uses: actions/checkout@v4
Expand Down
5 changes: 0 additions & 5 deletions ref-tests/tests/ic-ref.rs
Original file line number Diff line number Diff line change
Expand Up @@ -843,11 +843,6 @@ mod management_canister {
#[ignore]
#[test]
fn chunked_wasm() {
// TODO: remove the following two lines to re-enable the test once dfx release (next of 0.19.0).
// The test is disabled because it requires updated replica which is not available in the latest dfx release (0.19.0).
// The correctness can be verified by relative tests in the sdk repo.
return;
#[allow(unreachable_code)]
with_agent(|agent| async move {
let wasm = b"\0asm\x01\0\0\0";
let wasm_hash = Sha256::digest(wasm).to_vec();
Expand Down

0 comments on commit 70c3daf

Please sign in to comment.