Skip to content

Commit

Permalink
Do not check EST roundtrip properties (#251)
Browse files Browse the repository at this point in the history
Signed-off-by: Shaobo He <[email protected]>
  • Loading branch information
shaobo-he-aws authored Mar 14, 2024
1 parent 69a3c6a commit afc9cf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cedar-drt/fuzz/fuzz_targets/roundtrip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,6 @@ fuzz_target!(|input: FuzzTargetInput| {
check_policy_equivalence(&p, &np);

// AST --> text --> CST --> EST --> json --> EST --> AST
let np = round_trip_est(&p);
check_policy_equivalence(&p, &np);
let _ = round_trip_est(&p);
//check_policy_equivalence(&p, &np);
});

0 comments on commit afc9cf1

Please sign in to comment.