Skip to content

Commit

Permalink
Remove accelerated networking test
Browse files Browse the repository at this point in the history
  • Loading branch information
Cecile Robert-Michon committed Jul 30, 2021
1 parent 2380d60 commit 8f1786f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 155 deletions.
139 changes: 0 additions & 139 deletions test/e2e/azure_accelnet.go

This file was deleted.

16 changes: 0 additions & 16 deletions test/e2e/azure_test.go
Expand Up @@ -243,14 +243,6 @@ var _ = Describe("Workload cluster creation", func() {
}
})
})

Context("Validating accelerated networking", func() {
AzureAcceleratedNetworkingSpec(ctx, func() AzureAcceleratedNetworkingSpecInput {
return AzureAcceleratedNetworkingSpecInput{
ClusterName: clusterName,
}
})
})
})

Context("Creating a ipv6 control-plane cluster", func() {
Expand Down Expand Up @@ -398,14 +390,6 @@ var _ = Describe("Workload cluster creation", func() {
}
})
})

Context("Validating accelerated networking", func() {
AzureAcceleratedNetworkingSpec(ctx, func() AzureAcceleratedNetworkingSpecInput {
return AzureAcceleratedNetworkingSpecInput{
ClusterName: clusterName,
}
})
})
})
})

Expand Down

0 comments on commit 8f1786f

Please sign in to comment.