Skip to content

Commit

Permalink
chore: remove initialisation of logger in acvm_js tests (#4850)
Browse files Browse the repository at this point in the history
# Description

## Problem\*


## Summary\*

We're intermittently failing in CI due to #4849 however this
initialisation is not strictly necessary. I'm then disabling it until a
permanent fix is in place.

## Additional Context



## Documentation\*

Check one:
- [x] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[For Experimental Features]** Documentation to be submitted in a
separate PR.

# PR Checklist\*

- [x] I have tested the changes locally.
- [x] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
  • Loading branch information
TomAFrench authored Apr 22, 2024
1 parent 964edff commit 84c9903
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions acvm-repo/acvm_js/test/browser/black_box_solvers.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ import initACVM, {
blake2s256,
ecdsa_secp256k1_verify,
ecdsa_secp256r1_verify,
initLogLevel,
keccak256,
sha256,
xor,
} from '@noir-lang/acvm_js';

beforeEach(async () => {
await initACVM();

initLogLevel('INFO');
});

it('successfully calculates the bitwise AND of two fields', async () => {
Expand Down

0 comments on commit 84c9903

Please sign in to comment.