Remove test

This commit is contained in:
Gennady Lipenkov 2020-06-03 21:17:12 +03:00
parent df371b7e25
commit 542819c464
1 changed files with 0 additions and 10 deletions

View File

@ -235,16 +235,6 @@ func TestGpuDefaultPlatformID(t *testing.T) {
} }
} }
func TestGpuWrongPlatformID(t *testing.T) {
raw := testConfig(t)
raw["instance_gpus"] = 1
raw["platform_id"] = "standard-v1"
var c Config
warns, errs := c.Prepare(raw)
testConfigErr(t, warns, errs, "incompatible GPU platform_id")
}
// Helper stuff below // Helper stuff below
func testConfig(t *testing.T) (config map[string]interface{}) { func testConfig(t *testing.T) (config map[string]interface{}) {