Skip to content
Snippets Groups Projects
Commit 7b29cec5 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

Task #8887: Test does not work due to datetime utc issues.

parent bebcad16
No related branches found
No related tags found
No related merge requests found
...@@ -25,6 +25,11 @@ except ImportError: ...@@ -25,6 +25,11 @@ except ImportError:
print 'Please install MagicMock: pip install mock' print 'Please install MagicMock: pip install mock'
exit(3) exit(3)
#TODO: FIX utc issues
print 'Test does not work due to datetime utc issues.'
exit(3)
connection = None connection = None
broker = None broker = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment