Skip to content

Commit

Permalink
disable invalid test
Browse files Browse the repository at this point in the history
When MarkdownComments is false we want to render all comments.
  • Loading branch information
ademar committed Nov 26, 2015
1 parent eef2f18 commit 4f4c3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/FSharp.MetadataFormat.Tests/Tests.fs
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ open System.Diagnostics
open FSharp.Formatting.Common

[<Test>]
[<Ignore("Test thesis is incorrect")>]
let ``MetadataFormat omit works without markdown``() =
let binDir = root @@ "files/FsLib/bin/Debug"
let library = binDir @@ "FsLib2.dll"
Expand Down

0 comments on commit 4f4c3c2

Please sign in to comment.