Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8c63801

Browse files
committed
disable toxi in test too
1 parent b437b5e commit 8c63801

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests2/lib/bank_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def finish_tx(self, name):
3737

3838
def as_dict(self):
3939
return {
40-
'running_latency': (datetime.datetime.now() - self.start_time).total_seconds(),
40+
'running_latency': 'xxx', #(datetime.datetime.now() - self.start_time).total_seconds(),
4141
'max_latency': self.max_latency,
4242
'isolation': self.isolation,
4343
'finish': copy.deepcopy(self.finish)

tests2/test_recovery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def setUpClass(self):
2323
], n_accounts=1000)
2424
self.client.bgrun()
2525

26-
self.toxiproxy = Toxiproxy() #Toxiproxy(server_host="toxi")
26+
# self.toxiproxy = Toxiproxy() #Toxiproxy(server_host="toxi")
2727

2828

2929
@classmethod

0 commit comments

Comments
 (0)