Remove Feature tests running in parallel (#2655)

pull/2657/head
Irena Rindos 4 years ago committed by GitHub
parent ffc37d97bf
commit 2e7cf260af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -9,8 +9,6 @@ import (
)
func TestHasFeature(t *testing.T) {
t.Parallel()
DeprecatedFeature := Feature(999)
HCPOnlyFeature := Feature(998)
@ -94,8 +92,6 @@ func TestHasFeature(t *testing.T) {
}
func TestEnableFeatureForTest(t *testing.T) {
t.Parallel()
FutureFeature := Feature(997)
futureVersionFeature, _ := gvers.NewConstraint(">= 99.99.99+hcp")

Loading…
Cancel
Save