We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3d17581 + 81e76df commit 2d321f5Copy full SHA for 2d321f5
1 file changed
tests/TypeScriptDefinitionGenerator.Tests/IntellisenseParserTest.cs
@@ -23,6 +23,7 @@ public override void TearDown()
23
}
24
25
[Test]
26
+ [Explicit("Can't be run on build server, some problems on build server")]
27
public void HowToUseCodeModelSpike()
28
{
29
// get the DTE reference...
@@ -34,6 +35,7 @@ public void HowToUseCodeModelSpike()
34
35
36
37
38
39
public void _ShouldWorkProperly()
40
41
//Arrange
0 commit comments