summaryrefslogtreecommitdiff
path: root/tests/test-dconf.py
diff options
context:
space:
mode:
authorDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2019-11-11 12:07:08 +1100
committerDaniel Playfair Cal <daniel.playfair.cal@gmail.com>2019-12-29 20:07:43 +1100
commitf3104f75f945bd3418e5cf59fcc7c5044c071f2b (patch)
treed3eb3350d99e70ee771a09b786db2dc169237b12 /tests/test-dconf.py
parent4b9dc6ff18edcd07efb7d9638fdfae9db68d8341 (diff)
downloaddconf-f3104f75f945bd3418e5cf59fcc7c5044c071f2b.tar.gz
Service: avoid redundant writes even after other non redundant writes have succeeded
Diffstat (limited to 'tests/test-dconf.py')
-rwxr-xr-xtests/test-dconf.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test-dconf.py b/tests/test-dconf.py
index 6cd80a8..5e65884 100755
--- a/tests/test-dconf.py
+++ b/tests/test-dconf.py
@@ -516,7 +516,6 @@ class DBusTest(unittest.TestCase):
# Lexicographically last value should win:
self.assertEqual(dconf_read('/org/file'), '99')
- @unittest.expectedFailure
def test_redundant_disk_writes(self):
"""Redundant disk writes are avoided.