Skip to content

Commit

Permalink
Disable test thats missing definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin authored Jan 6, 2025
1 parent 02c1b58 commit bb0a2b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion DBCD.Tests/ReadingTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ public class ReadingTest
static GithubDBDProvider githubDBDProvider = new(true);
static readonly WagoDBCProvider wagoDBCProvider = new();

// Disabled as 7.1.0 definitions are not yet generally available
/*
[TestMethod]
public void TestWDB5ReadingNoIndexData()
{
Expand All @@ -19,7 +21,7 @@ public void TestWDB5ReadingNoIndexData()
var row = storage[1];
Assert.AreEqual("Statistics", row["Name_lang"]);
}

*/
[TestMethod]
public void TestWDB5Reading()
{
Expand Down

0 comments on commit bb0a2b7

Please sign in to comment.