Skip to content

Commit e6d6a90

Browse files
committed
tests: set env var to disable deployment hash validation in file_link_resolver test
1 parent e484fa6 commit e6d6a90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests/runner_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,6 +1172,7 @@ async fn retry_create_ds() {
11721172

11731173
#[tokio::test]
11741174
async fn file_link_resolver() -> anyhow::Result<()> {
1175+
std::env::set_var("GRAPH_NODE_DISABLE_DEPLOYMENT_HASH_VALIDATION", "true");
11751176
let RunnerTestRecipe { stores, test_info } = RunnerTestRecipe::new_with_file_link_resolver(
11761177
"file_link_resolver",
11771178
"file-link-resolver",

0 commit comments

Comments
 (0)