Skip to content

Commit bb0a2b7

Browse files
authored
Disable test thats missing definitions
1 parent 02c1b58 commit bb0a2b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DBCD.Tests/ReadingTest.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ public class ReadingTest
1111
static GithubDBDProvider githubDBDProvider = new(true);
1212
static readonly WagoDBCProvider wagoDBCProvider = new();
1313

14+
// Disabled as 7.1.0 definitions are not yet generally available
15+
/*
1416
[TestMethod]
1517
public void TestWDB5ReadingNoIndexData()
1618
{
@@ -19,7 +21,7 @@ public void TestWDB5ReadingNoIndexData()
1921
var row = storage[1];
2022
Assert.AreEqual("Statistics", row["Name_lang"]);
2123
}
22-
24+
*/
2325
[TestMethod]
2426
public void TestWDB5Reading()
2527
{

0 commit comments

Comments
 (0)