We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5893e87 commit 59bcd85Copy full SHA for 59bcd85
Rakefile
@@ -29,7 +29,7 @@ task :default => "spec"
29
namespace :functional_tests do
30
31
# Name must match folder beneath functional-tests/
32
- functional_test_names = %w(vmlifecycle rsync networking)
+ functional_test_names = %w(vmlifecycle networking rsync)
33
separate_test_names = %w(basic)
34
35
desc "Check for required enviroment variables for functional testing"
0 commit comments