Remove monitor test

The `monitor` test was originally written to test GFileMonitor with
directories. Over time, `testfilemonitor` acquired units for testing
directories as well, which made the `monitor` test reduntant.
This commit is contained in:
Emmanuele Bassi
2019-04-22 10:34:16 +01:00
parent ce961e2722
commit 5299e8754c
2 changed files with 0 additions and 221 deletions

View File

@@ -54,7 +54,6 @@ gio_tests = {
'io-stream' : {},
'memory-input-stream' : {},
'memory-output-stream' : {},
'monitor' : {},
'mount-operation' : {},
'network-address' : {'extra_sources': ['mock-resolver.c']},
'network-monitor' : {},