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:
parent
594fd4ffa3
commit
07c56a4032
2 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue