Skip to content

Commit 6426295

Browse files
committed
PGPRO-427: small fix to tests
1 parent b122966 commit 6426295

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/page.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -633,11 +633,6 @@ def test_parallel_pagemap_1(self):
633633
self.restore_node(backup_dir, 'node', node)
634634
node.start()
635635

636-
# Check restored node
637-
count2 = node.safe_psql("postgres", "select count(*) from test")
638-
639-
self.assertEqual(count1, count2)
640-
641636
# Clean after yourself
642637
node.cleanup()
643638
self.del_test_dir(module_name, fname)

0 commit comments

Comments
 (0)