Remove unnecessary feature label Recreate

This commit is contained in:
carlory 2025-01-17 16:44:31 +08:00
parent ab54e442c6
commit b3fed90052

View File

@ -396,9 +396,6 @@ var (
// Device Management metrics
ResourceMetrics = framework.WithFeature(framework.ValidFeatures.Add("ResourceMetrics"))
// TODO: document the feature (owning SIG, when to use this feature for a test)
Recreate = framework.WithFeature(framework.ValidFeatures.Add("Recreate"))
// TODO: document the feature (owning SIG, when to use this feature for a test)
RegularResourceUsageTracking = framework.WithFeature(framework.ValidFeatures.Add("RegularResourceUsageTracking"))