Skip to content

Commit

Permalink
test: add a test
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <rchincha@cisco.com>
  • Loading branch information
rchincha committed Dec 5, 2023
1 parent a84eb44 commit 7b6b7fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/bom.bats
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ EOF
}

@test "pull boms if published" {
skip_slow_test
#skip_slow_test
cat > stacker.yaml <<EOF
bom-parent:
from:
Expand Down Expand Up @@ -261,8 +261,8 @@ EOF
cat > stacker.yaml <<EOF
bom-child:
from:
type: built
tag: bom-parent
type: docker
url: docker://"$ZOT_HOST":"$ZOT_PORT"/bom-parent:latest
bom:
generate: true
packages:
Expand Down

0 comments on commit 7b6b7fa

Please sign in to comment.