mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-09 07:33:19 -06:00
Fix skip on Windows.
This commit is contained in:
parent
49b318c39e
commit
94e1820ccd
@ -29,7 +29,7 @@ class PermissionsTestCase(BaseTestGenerator):
|
||||
permissions='700'))
|
||||
]
|
||||
|
||||
def before(self):
|
||||
def setUp(self):
|
||||
if os.name == 'nt':
|
||||
self.skipTest("This test is skipped on Windows which doesn't "
|
||||
"support Unix style file permissions.")
|
||||
|
Loading…
Reference in New Issue
Block a user