We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f685d6 commit 81e76dfCopy full SHA for 81e76df
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