Skip to content

Commit

Permalink
Conditional compilation for Compact Framework.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Gomes committed Feb 27, 2013
1 parent 678b57e commit 960a3d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/csharp/InvalidCredentialsTest.cs
Expand Up @@ -36,6 +36,7 @@ public override void TearDown()
base.TearDown();
}

#if !NETCF
// Maximum time to run is 20 seconds.
[Test] //, Timeout(20000)]
public void TestRestartInvalidCredentialsWithFailover()
Expand All @@ -57,5 +58,6 @@ public void TestRestartInvalidCredentialsWithFailover()
Assert.DoesNotThrow(() => { connection.Start(); }, "You may not have set the InvalidCredentials-AuthenticUser node in the nmsprovider-test.config file.");
}
}
#endif
}
}

0 comments on commit 960a3d5

Please sign in to comment.