We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e484fa6 commit e6d6a90Copy full SHA for e6d6a90
tests/tests/runner_tests.rs
@@ -1172,6 +1172,7 @@ async fn retry_create_ds() {
1172
1173
#[tokio::test]
1174
async fn file_link_resolver() -> anyhow::Result<()> {
1175
+ std::env::set_var("GRAPH_NODE_DISABLE_DEPLOYMENT_HASH_VALIDATION", "true");
1176
let RunnerTestRecipe { stores, test_info } = RunnerTestRecipe::new_with_file_link_resolver(
1177
"file_link_resolver",
1178
"file-link-resolver",
0 commit comments