disable docker socket support until we have security in place

Signed-off-by: Andrea Luzzardi <aluzzardi@gmail.com>
This commit is contained in:
Andrea Luzzardi
2021-06-07 13:18:46 -07:00
parent ac34df319a
commit 2671e5f321
3 changed files with 2 additions and 6 deletions

View File

@@ -107,6 +107,7 @@ setup() {
}
@test "compute: docker socket" {
skip "docker socket support disabled"
run "$DAGGER" compute "$TESTDIR"/compute/dockersocket
}