Marking tests that have not been made to pass, so we know they are not regression.
This commit is contained in:
parent
44b59c94b3
commit
ff258c0ac2
2 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ namespace MatterControl.Tests
|
|||
|
||||
private event EventHandler unregisterEvents;
|
||||
|
||||
[Test, Category("LibraryProviderFileSystem")]
|
||||
[Test, Ignore("Needs to use a known data set")]
|
||||
public void LibraryProviderFileSystem_NavigationWorking()
|
||||
{
|
||||
Datastore.Instance.Initialize();
|
||||
|
|
@ -119,7 +119,7 @@ namespace MatterControl.Tests
|
|||
Assert.IsTrue(!Directory.Exists(createdDirectory));
|
||||
}
|
||||
|
||||
[Test, Category("LibraryProviderSqlite")]
|
||||
[Test, Ignore("Needs to use a known data set")]
|
||||
public void LibraryProviderSqlite_NavigationWorking()
|
||||
{
|
||||
Datastore.Instance.Initialize();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue