Skip to content

Commit 6de4605

Browse files
author
Artur Zakirov
committed
Fix test
1 parent 0c04c8b commit 6de4605

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tests/pglist_tests.py

+2
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ def test_order_by(self):
137137
816114
138138
)
139139

140+
self.node.safe_psql("pglist", "DROP INDEX pglist_rum_idx");
141+
140142
except Exception as e:
141143
self.printlog(os.path.join(self.node.logs_dir, "postgresql.log"))
142144
raise e

0 commit comments

Comments
 (0)