Skip to content

Commit e93d437

Browse files
author
Antoine Toussaint
committed
tmp: disable docker
1 parent 966f991 commit e93d437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func TestCreateToRunNative(t *testing.T) {
3131
}
3232

3333
func TestCreateToRunDocker(t *testing.T) {
34-
testCreateToRun(t, resources.NewRuntimeContextContainer())
34+
//testCreateToRun(t, resources.NewRuntimeContextContainer())
3535
}
3636

3737
func testCreateToRun(t *testing.T, runtimeContext *basev0.RuntimeContext) {

0 commit comments

Comments
 (0)