Skip to content

Commit

Permalink
change e2e test to run on gke
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellee committed May 6, 2024
1 parent a7db267 commit 0a343dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/e2e/gameserver_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -849,7 +849,6 @@ func TestGameServerPassthroughPort(t *testing.T) {
}

func TestGameServerPortPolicyNone(t *testing.T) {
framework.SkipOnCloudProduct(t, "gke-autopilot", "does not support None PortPolicy")
t.Parallel()
gs := framework.DefaultGameServer(framework.Namespace)
gs.Spec.Ports[0] = agonesv1.GameServerPort{PortPolicy: agonesv1.None, ContainerPort: 7777}
Expand Down

0 comments on commit 0a343dc

Please sign in to comment.