villebro commented on a change in pull request #11199:
URL: 
https://github.com/apache/incubator-superset/pull/11199#discussion_r521903752



##########
File path: 
superset-frontend/cypress-base/cypress/integration/explore/AdhocFilters.test.ts
##########
@@ -23,11 +23,11 @@ describe('AdhocFilters', () => {
     cy.route('GET', '/superset/explore_json/**').as('getJson');
     cy.route('POST', '/superset/explore_json/**').as('postJson');
     cy.route('GET', '/superset/filter/table/*/name').as('filterValues');
-  });
-
-  it('Should not load mathjs when not needed', () => {
     cy.visitChartByName('Boys'); // a table chart
     cy.verifySliceSuccess({ waitAlias: '@postJson' });
+  });
+
+  xit('Should not load mathjs when not needed', () => {

Review comment:
       Thanks for the context. I'll move the `mathjs` (and any other similar) 
rendering logic out of `transformProps` and re-enable the test in a subsequent 
bump.




----------------------------------------------------------------
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.

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