diff options
author | John Duarte <john.duarte@puppetlabs.com> | 2014-05-18 17:30:33 -0700 |
---|---|---|
committer | John Duarte <john.duarte@puppetlabs.com> | 2014-05-18 17:30:33 -0700 |
commit | 982056a260cdf590acba5e33ba6eab3822428104 (patch) | |
tree | ca116de8ea172e31802e5f8b460f1347ff9aecfb /spec | |
parent | e42f4047c086a79fa0286dc9e46cdfe187a18320 (diff) | |
download | puppet-vcsrepo-982056a260cdf590acba5e33ba6eab3822428104.tar.gz puppet-vcsrepo-982056a260cdf590acba5e33ba6eab3822428104.tar.bz2 |
Skip HTTP basic auth (see FM-1331)
Diffstat (limited to 'spec')
-rw-r--r-- | spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_http.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_http.rb b/spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_http.rb index 69e1941..192c4f3 100644 --- a/spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_http.rb +++ b/spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_http.rb @@ -1,4 +1,5 @@ test_name 'C3492 - checkout with basic auth (http protocol)' +skip_test 'HTTP not supported yet for basic auth using git. See FM-1331' # Globals repo_name = 'testrepo_checkout' |