Skip to content

Commit 866146d

Browse files
authored
Disable WorkloadInsertDelete (#13016)
1 parent faf92f4 commit 866146d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/tests/workloads/olap_workload/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def run(self):
258258
stop = threading.Event()
259259
workloads = [
260260
WorkloadTablesCreateDrop(self.client, self.name, stop),
261-
WorkloadInsertDelete(self.client, self.name, stop),
261+
# WorkloadInsertDelete(self.client, self.name, stop), TODO fix https://github.com/ydb-platform/ydb/issues/12871
262262
]
263263
for w in workloads:
264264
w.start()

0 commit comments

Comments
 (0)