Skip to content

Commit

Permalink
ci: ensure tests are run inline
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Mar 23, 2024
1 parent 70b1c03 commit 9d03831
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/bom.bats
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function teardown() {
}

@test "all container contents must be accounted for" {
skip_slow_test
#skip_slow_test
cat > stacker.yaml <<"EOF"
bom-parent:
from:
Expand Down Expand Up @@ -80,7 +80,7 @@ EOF
}

@test "bom tool should work inside run" {
skip_slow_test
#skip_slow_test
cat > stacker.yaml <<"EOF"
first:
from:
Expand Down

0 comments on commit 9d03831

Please sign in to comment.