Skip to content

Commit

Permalink
fix: Flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakuz-db committed Jan 18, 2025
1 parent 2c9adcb commit 15c9c5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acceptance/bundle/variables/var_file_overrides/output.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Exit code: 1
}

>>> errcode $CLI bundle validate -o json --target without-defaults --var-file=var_files/empty.json
Error: no value assigned to required variable cluster_workers. Assignment can be done through the "--var" or "--var-file" flag or by setting the BUNDLE_VAR_cluster_workers environment variable
Error: failed to read variables file: open var_files/empty.json: no such file or directory


Exit code: 1
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"cluster_key": "mlops_stacks-cluster"
}

0 comments on commit 15c9c5c

Please sign in to comment.