Skip to content

Commit 4c29d15

Browse files
committed
Re-enable pow mining tests for code coverage (see how our build servers handle it now)
1 parent 863c9f2 commit 4c29d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Meadow.EVM.Test/PowMiningTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ private void AssertSHA1(string expectedHash, Span<byte> data, bool matches = tru
2727
}
2828
}
2929

30-
[Fact(Skip = "Too intensive for build server")]
30+
[Fact]
3131
public void TestCacheGenerationSmall()
3232
{
3333
// Generate a cache for our future block.
@@ -49,7 +49,7 @@ public void TestCacheGeneration()
4949
AssertSHA1("CBFD542DF1457676C766997504074B7FB126C05C", cache.Span);
5050
}
5151

52-
[Fact(Skip = "Too intensive for build server")]
52+
[Fact]
5353
public void TestPartialDataSet()
5454
{
5555
// This is based off a cut-up version of the full set generator. Thus if that is updated, this should be too! Look at the Full Data Set Test for more info about how full data sets are generated.

0 commit comments

Comments
 (0)