Skip to content

Commit

Permalink
CAD-2069 windows: disable tests failing on Github/Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
deepfire committed Nov 27, 2020
1 parent b2bbdb4 commit 35db0db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions iohk-monitoring/test/Cardano/BM/Test/Routing.lhs
Expand Up @@ -4,6 +4,7 @@

%if style == newcode
\begin{code}
{-# LANGUAGE CPP #-}
{-# LANGUAGE ScopedTypeVariables #-}
module Cardano.BM.Test.Routing (
Expand Down Expand Up @@ -31,7 +32,9 @@ import Test.Tasty.HUnit
\begin{code}
tests :: TestTree
tests = testGroup "Routing tests" [
#ifndef WINDOWS
unit_tests
#endif
]
unit_tests :: TestTree
Expand Down
Expand Up @@ -171,10 +171,13 @@ unitTests = testGroup "Unit tests" [
actionsTests :: TestTree
actionsTests = testGroup "Actions tests" [
#ifndef WINDOWS
testCase
"test SetGlobalMinimalSeverity"
testSetGlobalMinimalSeverity
, testCase
,
#endif
testCase
"test AlterSeverity"
testAlterSeverity
]
Expand Down

0 comments on commit 35db0db

Please sign in to comment.