Disabled test on actions (#2561)
This commit is contained in:
parent
be1006f4cb
commit
e08ce4880c
1 changed files with 4 additions and 0 deletions
|
|
@ -1482,7 +1482,11 @@ TEST (node, fork_open)
|
|||
node1.block_processor.flush ();
|
||||
}
|
||||
|
||||
#if (defined(_WIN32) && CI)
|
||||
TEST (node, DISABLED_fork_open_flip)
|
||||
#else
|
||||
TEST (node, fork_open_flip)
|
||||
#endif
|
||||
{
|
||||
nano::system system (2);
|
||||
auto & node1 (*system.nodes[0]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue