kgabryje commented on code in PR #31794:
URL: https://github.com/apache/superset/pull/31794#discussion_r1932261354


##########
superset-frontend/src/dashboard/components/nativeFilters/utils.test.ts:
##########
@@ -16,75 +16,28 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-import { Behavior, FeatureFlag } from '@superset-ui/core';
-import * as uiCore from '@superset-ui/core';
+import { Behavior } from '@superset-ui/core';
 import { DashboardLayout } from 'src/dashboard/types';
 import { CHART_TYPE } from 'src/dashboard/util/componentTypes';
 import { nativeFilterGate, findTabsWithChartsInScope } from './utils';
 
-let isFeatureEnabledMock: jest.MockInstance<boolean, [feature: FeatureFlag]>;
-
 describe('nativeFilterGate', () => {
-  describe('with all feature flags disabled', () => {

Review Comment:
   I removed those tests as they didn't make sense now since we got rid of the 
featuer flags



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to