Skip to content

Commit

Permalink
remove pytest-kind from upload file test
Browse files Browse the repository at this point in the history
  • Loading branch information
arikalon1 committed Oct 25, 2021
1 parent 3f2e96e commit b2c076d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_k8s_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@
# from pytest_kind import KindCluster
from tests.utils.kubernetes_utils import create_sleeping_deployment
from robusta.api import *
from tests.utils.robusta_utils import RobustaController


def test_upload(robusta: RobustaController):
def test_upload():
# config.load_kube_config(str(kind_cluster.kubeconfig_path))
sleepypod = create_sleeping_deployment()
time.sleep(60)
Expand Down

0 comments on commit b2c076d

Please sign in to comment.