1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

chore(tests): add ./pkg/container tests

remove a failed test verifying exposed port which are not used in the
Forgejo runner anyway
This commit is contained in:
Earl Warren 2024-12-27 11:52:41 +01:00
parent 594fd4ffa3
commit 07c56a4032
2 changed files with 3 additions and 4 deletions

View file

@ -20,6 +20,9 @@ import (
)
func TestDocker(t *testing.T) {
if testing.Short() {
t.Skip("skipping integration test")
}
ctx := context.Background()
client, err := GetDockerClient(ctx)
assert.NoError(t, err)