You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
Is not working utilfeaturetesting.SetFeatureGateDuringTest for TestProvisionFromPVC Parallel Test . What you expected to happen:
DefaultFeatureGate defined in utilfeature seems a global value, therefore setting value during tests causes changes to a global value in each test.
How to reproduce it:
execute TestProvisionFromPVC Parallel Test in the state of enabling utilfeaturetesting.SetFeatureGateDuringTest