Skip to content

Commit 943ae13

Browse files
authored
fix(functional-tests)_: disable testnet (#6181)
1 parent 616a760 commit 943ae13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests-functional/clients/status_backend.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def restore_account_and_login(self, data_dir="/",display_name=DEFAULT_DISPLAY_NA
9494
"customizationColor": "blue",
9595
"logEnabled": True,
9696
"logLevel": "DEBUG",
97-
"testNetworksEnabled": True,
97+
"testNetworksEnabled": False,
9898
"networkId": 31337,
9999
"networksOverride": [
100100
{

0 commit comments

Comments
 (0)