Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit d42eeb8

Browse files
committed
Commented out ignored test was breaking build
BrowsesToTheCorrectURL was already being ignored but is now failing to compile.
1 parent 1e8e35d commit d42eeb8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/GitHub.VisualStudio.UnitTests/TeamExplorer/Home/GraphsNavigationItemTests.cs

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
using System;
1+
/*
2+
* Commented out to avoid:
3+
* 1>TeamExplorer\Home\GraphsNavigationItemTests.cs(24,44,24,64):
4+
* error CS0433: The type 'GraphsNavigationItem' exists in both
5+
* 'GitHub.TeamFoundation.14, Version=2.5.9.0, Culture=neutral, PublicKeyToken=bc1bd09f2901c82e' and
6+
* 'GitHub.TeamFoundation.16, Version=2.5.9.0, Culture=neutral, PublicKeyToken=bc1bd09f2901c82e'
7+
8+
using System;
29
using GitHub.Api;
310
using GitHub.Services;
411
using GitHub.VisualStudio.TeamExplorer.Home;
@@ -32,3 +39,4 @@ public void BrowsesToTheCorrectURL(string origin, string expectedUrl)
3239
}
3340
}
3441
}
42+
*/

0 commit comments

Comments
 (0)