Skip to content

Commit

Permalink
don't skip windows for port forwarding tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Seese <[email protected]>
  • Loading branch information
mikeseese committed Apr 10, 2024
1 parent 5ae3966 commit 63577d9
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions bats/tests/k8s/port-forwarding.bats
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
load '../helpers/load'

local_setup() {
if is_windows; then
skip "this test doesn't work on Windows"
fi
}

@test 'start k8s' {
factory_reset
start_kubernetes
Expand Down

0 comments on commit 63577d9

Please sign in to comment.