only skip one test

This commit is contained in:
Aayush Rajasekaran 2020-03-24 04:44:50 -04:00
parent df13cfa52b
commit d5b1bfe197

View File

@ -36,9 +36,6 @@ func init() {
// initialize the test skipper with tests being skipped
TestSuiteSkipper = TestSkipper{testSkips: []suites.TestCase{
/* tests to skip go here */
tipset.TestBlockMessageDeduplication,
tipset.TestMinerSubmitFallbackPoSt,
tipset.TestMinerMissPoStChallengeWindow,
tipset.TestMinerRewardsAndPenalties,
}}
}