Skip to content

Commit

Permalink
ci: run only docker examples
Browse files Browse the repository at this point in the history
  • Loading branch information
metaclips committed Jun 11, 2024
1 parent f0eb448 commit 086aa57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ teardown() {

# pass
@test "examples - database - mongodb docker" {
skip
cd examples/command/portals/databases/mongodb/docker
./run.sh >/dev/null &
BGPID=$!
Expand Down Expand Up @@ -79,7 +78,6 @@ teardown() {

# pass
@test "examples - database - postgres docker" {
skip
cd examples/command/portals/databases/postgres/docker
./run.sh >/dev/null &
BGPID=$!
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ teardown() {
# ===== TESTS

@test "examples - kafka - aiven serverless" {
skip
container_to_watch="application_team-consumer-1"
cd examples/command/portals/kafka/aiven
./run.sh >/dev/null &
Expand All @@ -38,6 +39,7 @@ teardown() {
}

@test "examples - kafka - instaclustr serverless" {
skip
container_to_watch="application_team-consumer-1"
cd examples/command/portals/kafka/instaclustr/docker
./run.sh >/dev/null &
Expand All @@ -53,6 +55,7 @@ teardown() {
}

@test "examples - kafka - confluent serverless" {
skip
container_to_watch="application_team-consumer-1"
cd examples/command/portals/kafka/confluent
./run.sh >/dev/null &
Expand All @@ -68,6 +71,7 @@ teardown() {
}

@test "examples - kafka - warpstream serverless" {
skip
export EXTRA_ARG="$WARPSTREAM_API_KEY"
container_to_watch="application_team-consumer-1"

Expand Down

0 comments on commit 086aa57

Please sign in to comment.