diff --git a/src/allmydata/test/cli/test_grid_manager.py b/src/allmydata/test/cli/test_grid_manager.py index 6150c4710..80a39d540 100644 --- a/src/allmydata/test/cli/test_grid_manager.py +++ b/src/allmydata/test/cli/test_grid_manager.py @@ -4,6 +4,9 @@ import json from io import ( BytesIO, ) +from unittest import ( + skipIf, +) from ..common import ( SyncTestCase, @@ -25,6 +28,9 @@ from twisted.internet.defer import ( from twisted.python.filepath import ( FilePath, ) +from twisted.python.runtime import ( + platform, +) class GridManagerCommandLine(SyncTestCase): @@ -206,6 +212,7 @@ class GridManagerCommandLine(SyncTestCase): result.output, ) + @skipIf(not platform.isLinux(), "I only know how permissions work on linux") def test_sign_bad_perms(self): """ Error reported if we can't create certificate file