Skip to content

Commit 59bcd85

Browse files
committed
Move rsync test to last in the list
RSync can fail on Windows, and stops(/hangs) testing.
1 parent 5893e87 commit 59bcd85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ task :default => "spec"
2929
namespace :functional_tests do
3030

3131
# Name must match folder beneath functional-tests/
32-
functional_test_names = %w(vmlifecycle rsync networking)
32+
functional_test_names = %w(vmlifecycle networking rsync)
3333
separate_test_names = %w(basic)
3434

3535
desc "Check for required enviroment variables for functional testing"

0 commit comments

Comments
 (0)