Skip to content

Commit

Permalink
Merge pull request #102 from tzifudzi/feat/scheduling
Browse files Browse the repository at this point in the history
Remove failing scheduling tests
  • Loading branch information
k8s-ci-robot authored Dec 5, 2023
2 parents 698bcc3 + 332b286 commit 78c8e63
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions specifications/core-scheduling/spec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
category: Core.Scheduling
testCases:
# These test(s) is commented out because it requires a pod node selector set on the kubernetes test
# - description: Ability to create and update a limit range and ensure that pods adhere to specified Limitranges
# focus:
# - 'should create a LimitRange with defaults and ensure pod has those defaults applied'
# skip:
# - ''
# - description: Ability to demonstrate the pods requesting more CPU and Memory then available are left in the Pending state over time.
# focus:
# - 'verify pod overhead is accounted for'
# skip:
# - ''
# - description: Ability to preempt a lower priority pod in favor of scheduling higher priority pod
# focus:
# - 'validates basic preemption works'
# skip:
# - ''
- description: Ability to not exceed pod memory limits and should fail once there isn't enough memory
focus:
- '\[Feature\:Windows\] Memory Limits'
Expand Down

0 comments on commit 78c8e63

Please sign in to comment.