mistercrunch commented on code in PR #31796:
URL: https://github.com/apache/superset/pull/31796#discussion_r1915879775
##########
superset-frontend/cypress-base/cypress.config.ts:
##########
@@ -27,7 +27,8 @@ export default eyesPlugin(
chromeWebSecurity: false,
defaultCommandTimeout: 8000,
numTestsKeptInMemory: 0,
- experimentalFetchPolyfill: true,
+ // Disabled after realizing this MESSES UP rison encoding in intricate ways
+ experimentalFetchPolyfill: false,
Review Comment:
Now wondering if switching this off could be what's failing the few tests (?)
--
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]