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



##########
File path: 
superset-frontend/cypress-base/cypress/integration/explore/visualizations/table.test.ts
##########
@@ -119,7 +129,7 @@ describe('Visualization > Table', () => {
   it('Test table with percent metrics and groupby', () => {
     const formData = {
       ...VIZ_DEFAULTS,
-      percent_metrics: NUM_METRIC,
+      percent_metrics: PERCENT_METRIC,

Review comment:
       For some weird reason this test was flaking out when run with 
`NUM_METRIC` (I replicated this test locally, but was not able to make it 
fail). Switching to `PERCENT_METRIC` below seems to have solved it.




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