Skip to content

Commit

Permalink
Test success
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelroquetto committed Aug 22, 2024
1 parent 64c2442 commit b52b012
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/multiprocess_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
)

func TestMultiProcess(t *testing.T) {
t.Skip("SKIPPING")
compose, err := docker.ComposeSuite("docker-compose-multiexec.yml", path.Join(pathOutput, "test-suite-multiexec.log"))
// we are going to setup discovery directly in the configuration file
compose.Env = append(compose.Env, `BEYLA_EXECUTABLE_NAME=`, `BEYLA_OPEN_PORT=`)
Expand Down

0 comments on commit b52b012

Please sign in to comment.