Skip to content

Commit

Permalink
Disabled test on actions (#2561)
Browse files Browse the repository at this point in the history
  • Loading branch information
wezrule authored Feb 14, 2020
1 parent be1006f commit e08ce48
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nano/core_test/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
Expand Down

0 comments on commit e08ce48

Please sign in to comment.