File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -265,8 +265,8 @@ steps:
265265 --scenario e2e/runtime/observer
266266 env :
267267 # Unsafe flags needed as the trust-root test rebuilds the enclave with embedded trust root data.
268- OASIS_UNSAFE_SKIP_AVR_VERIFY : " 1"
269268 OASIS_UNSAFE_ALLOW_DEBUG_ENCLAVES : " 1"
269+ OASIS_UNSAFE_LAX_AVR_VERIFY : " 1"
270270 OASIS_E2E_COVERAGE : enable
271271 TEST_BASE_DIR : /tmp
272272 agents :
@@ -294,8 +294,8 @@ steps:
294294 - .buildkite/scripts/test_e2e.sh --timeout 20m --scenario e2e/runtime/.*
295295 env :
296296 # Unsafe flags needed as the trust-root test rebuilds the enclave with embedded trust root data.
297- OASIS_UNSAFE_SKIP_AVR_VERIFY : " 1"
298297 OASIS_UNSAFE_ALLOW_DEBUG_ENCLAVES : " 1"
298+ OASIS_UNSAFE_LAX_AVR_VERIFY : " 1"
299299 OASIS_E2E_COVERAGE : enable
300300 OASIS_EXCLUDE_E2E : e2e/runtime/txsource-multi,e2e/runtime/txsource-multi-short
301301 TEST_BASE_DIR : /tmp
You can’t perform that action at this time.
0 commit comments