• Kenichi Omichi's avatar
    Check conformance test should not call any Skip · 52885a8e
    Kenichi Omichi authored
    Basically conformance test checks the target k8s cluster works all
    features which are specified in each test and that should not depend
    on any condition.
    This adds checking that conformance test should not call any Skip
    methods. And it detects the existing conformance test
    "creating/deleting custom resource definition objects works"
    calls framework.SkipUnlessServerVersionGTE(). So this removes the
    Skip also.
    52885a8e
check_conformance_test_requirements.go 4.12 KB