File: 02_disable_tests_depending_on_network_access.diff

package info (click to toggle)
ruby-sawyer 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 260 kB
  • sloc: ruby: 1,203; sh: 17; makefile: 3
file content (17 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Disable tests that depends on network access
Author: Sudheesh Shetty <sudheeshshetty@gmail.com>
        Miguel Landaeta <nomadium@debian.org>
Forwarded: no
Last-Update: 2016-03-19

--- a/test/agent_test.rb
+++ b/test/agent_test.rb
@@ -191,7 +191,7 @@
         conn.adapter :test, @stubs
       end
 
-      assert_equal 200, agent.root.status
+#      assert_equal 200, agent.root.status
     end
   end
 end