Skip to content

Commit fa0924d

Browse files
committed
remove skipping tests for testing with latest docker image
1 parent 83fb180 commit fa0924d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/monitoring_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import (
1818
)
1919

2020
func TestMonitoring(t *testing.T) {
21-
t.Skip("wait for newest cr.yandex/yc/yandex-docker-local-ydb:latest was published")
22-
2321
ctx, cancel := context.WithTimeout(context.Background(), time.Second*10)
2422
defer cancel()
2523

tests/static_credentials_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ import (
2020
)
2121

2222
func TestStaticCredentials(t *testing.T) {
23-
t.Skip("wait for newest cr.yandex/yc/yandex-docker-local-ydb:latest was published")
24-
2523
ctx, cancel := context.WithTimeout(context.Background(), time.Second*10)
2624
defer cancel()
2725

0 commit comments

Comments
 (0)