Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
d156c090
Unverified
Commit
d156c090
authored
Mar 16, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Mar 16, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #75411 from freehan/disable-test
disable HTTP2 ingress test
parents
0f619687
3aa2f1b0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ingress.go
test/e2e/network/ingress.go
+2
-1
No files found.
test/e2e/network/ingress.go
View file @
d156c090
...
...
@@ -427,7 +427,8 @@ var _ = SIGDescribe("Loadbalancing: L7", func() {
// TODO(nikhiljindal): Check the instance group annotation value and verify with a multizone cluster.
})
It
(
"should be able to switch between HTTPS and HTTP2 modes"
,
func
()
{
// TODO: remove [Unreleased] tag to once the new GCE API GO client gets revendored in ingress-gce repo
It
(
"should be able to switch between HTTPS and HTTP2 modes [Unreleased]"
,
func
()
{
httpsScheme
:=
"request_scheme=https"
By
(
"Create a basic HTTP2 ingress"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment