Skip to content

Commit

Permalink
ci: no frontend in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed Nov 27, 2023
1 parent 6484734 commit db7dc4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/box_record_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ func startBoxWithEnv(ctx context.Context, t *testing.T, hostname, network string
ExposedPorts: []string{"1935:1935/tcp", "8888:8888/tcp"},
ShmSize: 1000000000,
WaitingFor: wait.NewLogStrategy("API server listening"),
Env: map[string]string{
"LP_API_FRONTEND": "false",
},
}
container, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
ContainerRequest: req,
Expand Down

0 comments on commit db7dc4f

Please sign in to comment.