chore(store): disable temporarily the store resume flaky test case

This commit is contained in:
Lorenzo Delgado 2022-10-20 14:56:28 +02:00 committed by GitHub
parent a12a359b79
commit 89c75f414f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,8 @@ import
./v2/test_message_store_sqlite,
./v2/test_waku_store_rpc_codec,
./v2/test_waku_store,
./v2/test_waku_store_resume,
# TODO: Re-enable store resume test cases (#1282)
# ./v2/test_waku_store_resume,
./v2/test_wakunode_store,
# Waku Filter
./v2/test_waku_filter,