Skip to content

Commit

Permalink
tests: Remove testcontainer usage
Browse files Browse the repository at this point in the history
It just stopped to work and fails on container initialization.

Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Aug 31, 2023
1 parent 529cea7 commit 369f985
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/neofs-rest-gw/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ func runLocalTests(ctx context.Context, t *testing.T, key *keys.PrivateKey) {

func runTestInContainer(rootCtx context.Context, t *testing.T, key *keys.PrivateKey) {
versions := []dockerImage{
{image: "nspccdev/neofs-aio-testcontainer", version: "0.34.0"},
{image: "nspccdev/neofs-aio", version: "0.36.0"},
{image: "nspccdev/neofs-aio", version: "latest"},
}
Expand Down

0 comments on commit 369f985

Please sign in to comment.