Skip to content

Commit 553f80f

Browse files
authored
IGNITE-24126 [ducktests] Fix flacky jdbc_thin_test (#11782)
1 parent cb84026 commit 553f80f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ducktests/tests/ignitetest/tests/jdbc_thin_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,6 @@ def test_simple_insert_select(self, server_version, thin_jdbc_version):
6161
num_nodes=1)
6262

6363
app.start()
64-
app.stop()
64+
app.await_stopped()
6565

6666
ignite.stop()

0 commit comments

Comments
 (0)