Skip to content

Commit 2d71bbd

Browse files
XCloud false
1 parent 1bd5d4b commit 2d71bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/acme-bank.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('ACME Bank', function () {
2323
// These could be set by environment variables or other input mechanisms.
2424
// They are hard-coded here to keep the example project simple.
2525
const USE_ULTRAFAST_GRID = true;
26-
const USE_EXECUTION_CLOUD = true;
26+
const USE_EXECUTION_CLOUD = false;
2727

2828
// Test control inputs to read once and share for all tests
2929
var applitoolsApiKey;

0 commit comments

Comments
 (0)