cli: allow creating OpenStack cluster without experimental environment variable

This commit is contained in:
Malte Poll 2023-06-30 14:13:21 +02:00
parent ac1927263a
commit 5cc7590749
2 changed files with 0 additions and 6 deletions

View file

@ -21,8 +21,6 @@ import (
)
func TestCreator(t *testing.T) {
// TODO(malt3): remove once OpenStack is fully supported.
t.Setenv("CONSTELLATION_OPENSTACK_DEV", "1")
failOnNonAMD64 := (runtime.GOARCH != "amd64") || (runtime.GOOS != "linux")
ip := "192.0.2.1"
someErr := errors.New("failed")