summaryrefslogtreecommitdiff
path: root/spec/acceptance
diff options
context:
space:
mode:
authorJohn Duarte <john.duarte@puppetlabs.com>2014-05-18 17:30:33 -0700
committerJohn Duarte <john.duarte@puppetlabs.com>2014-05-18 17:30:33 -0700
commit982056a260cdf590acba5e33ba6eab3822428104 (patch)
treeca116de8ea172e31802e5f8b460f1347ff9aecfb /spec/acceptance
parente42f4047c086a79fa0286dc9e46cdfe187a18320 (diff)
Skip HTTP basic auth (see FM-1331)
Diffstat (limited to 'spec/acceptance')
-rw-r--r--spec/acceptance/beaker/git/basic_auth/basic_auth_checkout_http.rb1
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'