Skip to content

Commit

Permalink
Disable test: bchn-rpc-getblocktemplate-timing.py
Browse files Browse the repository at this point in the history
Summary
---

This test is extremely unreliable in the CI environment due to the CI
env being "noisier" timing/CPU-wise (it likely runs in a VPS).

As such, due to the relatively high false failure rate of this test on
CI, we are better off just disabling it.

A directory was created inside the functional/ test directory called
"disabled".  We can move tests into here to keep the code around in case
we want to fix them, but otherwise disable the tests from ever normally
executing.

Test Plan
---

- Observe CI didn't run this `bchn-rpc-getblocktemplate-timing` test.
  • Loading branch information
cculianu committed May 14, 2021
1 parent 58aac28 commit cb6b037
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/functional/disabled/README.txt
@@ -0,0 +1,6 @@
Tests in this directory are disabled, usually because they are unreliable and
are prone to failure on CI.

To re-enable one of these tests, move it back up to the parent directory
('functional').

0 comments on commit cb6b037

Please sign in to comment.