mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-21 16:28:11 +08:00
disable SSL cert verification (#1374)
This commit is contained in:
@@ -20,6 +20,7 @@ class ViewDataset(TaskSet):
|
||||
"""
|
||||
|
||||
def on_start(self):
|
||||
self.client.verify = False
|
||||
self.dataset = random.choice(DataSets)
|
||||
|
||||
with self.client.get(f"{self.dataset}{API}/config", catch_response=True) as r:
|
||||
@@ -83,6 +84,7 @@ class ViewDataset(TaskSet):
|
||||
|
||||
def on_start(self):
|
||||
self.dataset = self.parent.dataset
|
||||
self.client.verify = False
|
||||
|
||||
@seq_task(1)
|
||||
def index(self):
|
||||
|
||||
Reference in New Issue
Block a user