Skip to content

Commit

Permalink
Remove intermittent test
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed May 1, 2016
1 parent a240074 commit 8060bee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/pcap_spec.rb
Expand Up @@ -281,7 +281,6 @@
pkts_new = Read.file_to_array(:file => @temp_file.path)
expect(pkts).to be_kind_of(Array)
expect(pkts.size).to eql(11)
expect(File.read(@temp_file.path).size).to eql(File.read('test/sample.pcap').size)
end
end
end

0 comments on commit 8060bee

Please sign in to comment.