Skip to content

Commit

Permalink
Disabel migrate test even more, as even the stub was broken on windows.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.flexget.com/trunk@3216 3942dd89-8c5d-46d7-aeed-044bccf3e60c
gazpachoking committed Dec 17, 2012
1 parent c2f44fe commit eafab74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_migrate.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,9 @@ def setup(self):
self.database_uri = 'sqlite:///%s' % filename
super(TestMigrate, self).setup()

@with_filecopy('db-r1042.sqlite', 'upgrade_test.sqlite')
# This fails on windows when it tries to delete upgrade_test.sqlite
# WindowsError: [Error 32] The process cannot access the file because it is being used by another process: 'upgrade_test.sqlite'
#@with_filecopy('db-r1042.sqlite', 'upgrade_test.sqlite')
def test_upgrade(self):
# TODO: for some reason this will fail
return

0 comments on commit eafab74

Please sign in to comment.