Skip to content

Commit

Permalink
Move K8s cluster testing into TestOnDemandCluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
dongreenberg committed Jun 17, 2024
1 parent 4509004 commit aa0ebaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 40 deletions.
39 changes: 0 additions & 39 deletions tests/test_resources/test_clusters/test_kubernetes_cluster.py

This file was deleted.

3 changes: 2 additions & 1 deletion tests/test_resources/test_clusters/test_on_demand_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,15 @@ class TestOnDemandCluster(tests.test_resources.test_clusters.test_cluster.TestCl
"cluster": [
"ondemand_aws_cluster",
"ondemand_gcp_cluster",
"ondemand_k8s_cluster",
]
}
RELEASE = {
"cluster": [
"ondemand_aws_cluster",
"ondemand_gcp_cluster",
# "ondemand_k8s_cluster", # tested in test_kubernetes_cluster.py
"ondemand_aws_https_cluster_with_auth",
"ondemand_k8s_cluster",
]
}
MAXIMAL = {
Expand Down

0 comments on commit aa0ebaa

Please sign in to comment.