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



##########
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:
       You chart plugin seems to be using a different version of `mathjs`, 
which is probably incompatible with what's used in `AnnotationLayer` control. 
Do you mind changing them to the same version and see if the test still fails?
   
   
![image](https://user-images.githubusercontent.com/335541/98718448-50c80980-2343-11eb-9c25-f4769c46aeac.png)
   




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