diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 # Changelog for pantry
 
+## v0.5.1.2
+
+* Skip a test for [#26](https://github.com/commercialhaskell/pantry/issues/26)
+
 ## v0.5.1.1
 
 * Fix to allow mulitiple relative path of symlink.
diff --git a/pantry.cabal b/pantry.cabal
--- a/pantry.cabal
+++ b/pantry.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 156d4b4d6df076864730cb8c7b4cb2c36fa1013a6790ed64c3de504f75bb4d58
+-- hash: c82a5e7314bb33a5eb19cc8ee7765da335798892a7c5e874cca2a8cfc553b69d
 
 name:           pantry
-version:        0.5.1.1
+version:        0.5.1.2
 synopsis:       Content addressable Haskell package management
 description:    Please see the README on Github at <https://github.com/commercialhaskell/pantry#readme>
 category:       Development
diff --git a/test/Pantry/TreeSpec.hs b/test/Pantry/TreeSpec.hs
--- a/test/Pantry/TreeSpec.hs
+++ b/test/Pantry/TreeSpec.hs
@@ -56,7 +56,8 @@
     pair1 <- loadPackageRaw tarPL
     pair2 <- loadPackageRaw gitPL
     liftIO $ pair2 `shouldBe` pair1
-  it "archive and Hg repo match" $ asIO $ runPantryAppClean $ do
+  -- https://github.com/commercialhaskell/pantry/issues/26
+  xit "archive and Hg repo match" $ asIO $ runPantryAppClean $ do
     pair1 <- loadPackageRaw tarPL
     pair2 <- loadPackageRaw hgPL
     liftIO $ pair2 `shouldBe` pair1
