mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
* e2e: remove old oversubscription test * e2e: fixup and cleanup oversubscription test suite Fix and cleanup this old oversubscription test. * use t.Cleanup instead of defer in tests
6 lines
177 B
Go
6 lines
177 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: BUSL-1.1
|
|
|
|
// The oversubscription package contains tests around scheduler oversubcription.
|
|
package oversubscription
|