Skip to content

Commit 859c485

Browse files
authored
Disabled proof test (#122)
* Disabled proof test Signed-off-by: artyom-yurin <[email protected]>
1 parent 6dddc7f commit 859c485

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/core/proofs/proofs_test.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class ProofsTest : public test::BaseFS_Test {
3434
std::vector<fc::proofs::ParamFile> params;
3535
};
3636

37+
// TODO(artyom-yurin): [FIL-164]
3738
/**
3839
* disabled because it takes too long
3940
* @given Data for PoSt generation
@@ -185,13 +186,14 @@ TEST_F(ProofsTest, DISABLED_ValidPoSt) {
185186
ASSERT_TRUE(res);*/
186187
}
187188

189+
// TODO(artyom-yurin): [FIL-164]
188190
/**
189191
* disabled because it takes too long
190192
* @given Data for Seal
191193
* @when Commit and Verifies Seal and Unseal
192194
* @then success
193195
*/
194-
TEST_F(ProofsTest, ValidSealAndUnseal) {
196+
TEST_F(ProofsTest, DISABLED_ValidSealAndUnseal) {
195197
Prover prover_id{{6, 7, 8}};
196198
Randomness randomness{{9, 9, 9}};
197199
Ticket ticket{{5, 4, 2}};

0 commit comments

Comments
 (0)