Skip to content

Commit

Permalink
fix(fuzzing): disable dts for `execute_subnet_message_update_settings…
Browse files Browse the repository at this point in the history
…` fuzzer
  • Loading branch information
venkkatesh-sekar committed Feb 8, 2024
1 parent f2a8c06 commit bbb03a2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -12,6 +12,7 @@ use libfuzzer_sys::{fuzz_target, Corpus};

fuzz_target!(|args: UpdateSettingsArgs| -> Corpus {
let mut test = ExecutionTestBuilder::new()
.with_deterministic_time_slicing_disabled()
.with_canister_sandboxing_disabled()
.build();

Expand Down

0 comments on commit bbb03a2

Please sign in to comment.