summaryrefslogtreecommitdiffstats
path: root/features
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-19 17:05:52 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-21 09:47:02 +0100
commit1d257fad2bbbc0145630126bc071ffddcac798e7 (patch)
treef25befa8b43b1f62340dff0464a0c030bf17f340 /features
parentdd389ff85d928c433300a560fda612a69662b8d5 (diff)
downloadjenkins.debian.net-1d257fad2bbbc0145630126bc071ffddcac798e7.tar.xz
lvc: disable more code: don't wait for remote shell
Diffstat (limited to 'features')
-rw-r--r--features/step_definitions/common_steps.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb
index e640aed1..7911f4db 100644
--- a/features/step_definitions/common_steps.rb
+++ b/features/step_definitions/common_steps.rb
@@ -232,7 +232,7 @@ Given /^the computer (re)?boots DebianLive7$/ do |reboot|
@screen.type(" autotest_never_use_this_option #{@boot_options}" +
Sikuli::Key.ENTER)
@screen.wait('DebianLive7Greeter.png', 5*60)
- @vm.wait_until_remote_shell_is_up
+ #@vm.wait_until_remote_shell_is_up
activate_filesystem_shares
end