Skip to content

Commit f3b5caa

Browse files
authored
Disabled post test (#97)
* Disabled post test Signed-off-by: artyom-yurin <[email protected]>
1 parent 008e63b commit f3b5caa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/core/proofs/proofs_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ class ProofsTest : public test::BaseFS_Test {
3535
};
3636

3737
/**
38+
* disabled because it takes too long
3839
* @given Data for PoSt generation
3940
* @when Generates and Verifies PoST
4041
* @then success
4142
*/
42-
TEST_F(ProofsTest, ValidPoSt) {
43+
TEST_F(ProofsTest, DISABLED_ValidPoSt) {
4344
uint64_t challenge_count = 2;
4445
uint8_t porep_proof_partitions = 10;
4546
Blob<32> prover_id{{6, 7, 8}};

0 commit comments

Comments
 (0)