Skip to content

Commit 271fe02

Browse files
author
sgladkov
committed
Skip failed test
1 parent a879a93 commit 271fe02

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/Lachain.CoreTest/IntegrationTests/ContractTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public void Teardown()
9393
}
9494

9595
[Test]
96-
[Ignore("Check hardforks heights here")]
9796
public void Test_ContractDeployAndInvoke()
9897
{
9998
int blockNum = 1;

test/Lachain.CoreTest/IntegrationTests/GovernanceEventsTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void Teardown()
105105
}
106106

107107
[Test]
108-
[]
108+
[Ignore("Check hardforks heights here")]
109109
public void Test_EventFormat()
110110
{
111111
_blockManager.TryBuildGenesisBlock();

0 commit comments

Comments
 (0)