Description: deactivate tests that are randomly failing
 These tests require that some operations occur during the same second, which
 cannot be garanteed.
Bug: https://github.com/guard/listen/issues/55#issuecomment-7238619
Author: Srihari K <srih4ri@gmail.com>
Last-Update: 2013-10-17

--- a/spec/listen/directory_record_spec.rb
+++ b/spec/listen/directory_record_spec.rb
@@ -436,6 +436,9 @@
           end
 
           it "doesn't detects the modified file the second time if the content haven't changed" do
+
+            pending 'See https://github.com/guard/listen/issues/55#issuecomment-7238619'
+
             fixtures do |path|
               touch 'existing_file.txt'
 
@@ -478,6 +481,9 @@
 
           it "doesn't detects the modified file the second time if just touched - #62" do
             fixtures do |path|
+
+              pending 'See https://github.com/guard/listen/issues/55#issuecomment-7238619'
+
               touch 'existing_file.txt'
               # Set sha1 path checksum
               changes(path) do
