Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions GVFS/GVFS.FunctionalTests/Tests/GitCommands/CheckoutTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public void ReadDeepFilesAfterCheckout()
}

[TestCase]
[Ignore("This doesn't work right now. Tracking if this is a ProjFS problem. See #1696 for tracking.")]
public void CheckoutNewBranchFromStartingPointTest()
{
this.ControlGitRepo.Fetch(BranchWithFiles);
Expand All @@ -132,7 +131,6 @@ public void CheckoutNewBranchFromStartingPointTest()
}

[TestCase]
[Ignore("This doesn't work right now. Tracking if this is a ProjFS problem. See #1696 for tracking.")]
public void CheckoutOrhpanBranchFromStartingPointTest()
{
this.ControlGitRepo.Fetch(BranchWithoutFiles);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public DeleteEmptyFolderTests(Settings.ValidateWorkingTreeMode validateWorkingTr
}

[TestCase]
[Ignore("This doesn't work right now. Tracking if this is a ProjFS problem. See #1696 for tracking.")]
public void VerifyResetHardDeletesEmptyFolders()
{
this.SetupFolderDeleteTest();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ public ResetHardTests(Settings.ValidateWorkingTreeMode validateWorkingTree)
}

[TestCase]
[Ignore("This doesn't work right now. Tracking if this is a ProjFS problem. See #1696 for tracking.")]
public void VerifyResetHardDeletesEmptyFolders()
{
this.ControlGitRepo.Fetch("FunctionalTests/20201014_RenameTestMergeTarget");
Expand Down
Loading