Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit bd7eb8b

Browse files
committed
tests: refresh aio versions to integration tests
Versions 0.27.5 and 0.28.1 are not starting even in one minute timeout Signed-off-by: Evgeny Baydakov <[email protected]>
1 parent 7ae6d00 commit bd7eb8b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

integration_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,10 @@ func TestIntegration(t *testing.T) {
4444
rootCtx := context.Background()
4545
aioImage := "nspccdev/neofs-aio-testcontainer:"
4646
versions := []string{
47-
"0.27.5",
48-
"0.28.1",
4947
"0.29.0",
5048
"0.30.0",
5149
"0.32.0",
50+
"0.34.0",
5251
"latest",
5352
}
5453
key, err := keys.NewPrivateKeyFromHex("1dd37fba80fec4e6a6f13fd708d8dcb3b29def768017052f6c930fa1c5d90bbb")

0 commit comments

Comments
 (0)