8000 fix test_backup_via_unprivileged_user with ptrack enabled · postgrespro/pg_probackup@8488b28 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8488b28

Browse files
committed
fix test_backup_via_unprivileged_user with ptrack enabled
It is garbage remained from old ptrack version support.
1 parent 0855785 commit 8488b28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/auth_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,6 @@ def test_backup_via_unprivileged_user(self):
148148
node.safe_psql(
149149
"test1", "create table t1 as select generate_series(0,100)")
150150

151-
if self.ptrack:
152-
self.set_auto_conf(node, {'ptrack_enable': 'on'})
153151
node.stop()
154152
node.slow_start()
155153

0 commit comments

Comments
 (0)
0