Skip to content

Commit

Permalink
Disabled ADO data connection unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchiecarroll committed Aug 19, 2024
1 parent fc9d916 commit fc71eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/UnitTests/AdoDataConnectionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
namespace Gemstone.Data.UnitTests
{
// TODO: Determine how to enable tests for any environment
[TestClass]
//[TestClass]
public class AdoDataConnectionTest
{
//[TestMethod]
[TestMethod]
public void TestSQLServerConnection()
{
string connectionString = @"Data Source=localhost\SQLEXPRESS; Initial Catalog=openPDC; Integrated Security=SSPI; TrustServerCertificate=True; Connect Timeout=5";
Expand Down

0 comments on commit fc71eea

Please sign in to comment.