Disabled async test

This commit is contained in:
Martijn Scheepers
2020-08-24 15:12:46 +02:00
parent c49999657c
commit 5df0efe349

View File

@@ -325,7 +325,7 @@ namespace Arrestanten_planbord.UnitTest
});
}
[Ignore]
[TestMethod]
public void StoreCelldataAsync_GetCellData_Parrallel_Test()
{
@@ -354,6 +354,7 @@ namespace Arrestanten_planbord.UnitTest
});
}
[Ignore]
[TestMethod]
public async Task StoreCelldataAsync_GetCellData_Single_Parrallel_Test()
{