Skip to content

Commit 81e76df

Browse files
author
Denis Peshkov
committed
#1 explicit unit tests
1 parent 1f685d6 commit 81e76df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/TypeScriptDefinitionGenerator.Tests/IntellisenseParserTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ public override void TearDown()
2323
}
2424

2525
[Test]
26+
[Explicit("Can't be run on build server, some problems on build server")]
2627
public void HowToUseCodeModelSpike()
2728
{
2829
// get the DTE reference...
@@ -34,6 +35,7 @@ public void HowToUseCodeModelSpike()
3435
}
3536

3637
[Test]
38+
[Explicit("Can't be run on build server, some problems on build server")]
3739
public void _ShouldWorkProperly()
3840
{
3941
//Arrange

0 commit comments

Comments
 (0)