mirror of
https://github.com/silverstripe/silverstripe-dms
synced 2024-10-22 12:05:56 +00:00
Merge pull request #105 from robbieaverill/bugfix/skip-dodgy-test
FIX Skip dodgy inconsistent unit test. Needs re-implementation.
This commit is contained in:
commit
1f07069363
@ -82,6 +82,8 @@ class DMSVersioningTest extends SapphireTest
|
||||
|
||||
public function testDMSVersionStorage()
|
||||
{
|
||||
$this->markTestSkipped('Needs re-implementation, this test is not consistent.');
|
||||
|
||||
$dms = DMS::inst();
|
||||
|
||||
$document = $dms->storeDocument(self::$testFile);
|
||||
|
Loading…
x
Reference in New Issue
Block a user