File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ class ProofsTest : public test::BaseFS_Test {
34
34
std::vector<fc::proofs::ParamFile> params;
35
35
};
36
36
37
+ // TODO(artyom-yurin): [FIL-164]
37
38
/* *
38
39
* disabled because it takes too long
39
40
* @given Data for PoSt generation
@@ -185,13 +186,14 @@ TEST_F(ProofsTest, DISABLED_ValidPoSt) {
185
186
ASSERT_TRUE(res);*/
186
187
}
187
188
189
+ // TODO(artyom-yurin): [FIL-164]
188
190
/* *
189
191
* disabled because it takes too long
190
192
* @given Data for Seal
191
193
* @when Commit and Verifies Seal and Unseal
192
194
* @then success
193
195
*/
194
- TEST_F (ProofsTest, ValidSealAndUnseal ) {
196
+ TEST_F (ProofsTest, DISABLED_ValidSealAndUnseal ) {
195
197
Prover prover_id{{6 , 7 , 8 }};
196
198
Randomness randomness{{9 , 9 , 9 }};
197
199
Ticket ticket{{5 , 4 , 2 }};
You can’t perform that action at this time.
0 commit comments