We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd5d4b commit 2d71bbdCopy full SHA for 2d71bbd
test/acme-bank.test.js
@@ -23,7 +23,7 @@ describe('ACME Bank', function () {
23
// These could be set by environment variables or other input mechanisms.
24
// They are hard-coded here to keep the example project simple.
25
const USE_ULTRAFAST_GRID = true;
26
- const USE_EXECUTION_CLOUD = true;
+ const USE_EXECUTION_CLOUD = false;
27
28
// Test control inputs to read once and share for all tests
29
var applitoolsApiKey;
0 commit comments