func SkipBasedOnLabels(test, labels, skip map[string]string) (bool, string)
SkipBasedOnLabels determines if a test should be skipped based on label maps which should be executed and labels that should be skipped. This function is defined independently of the framework package so that it may be used by Ginkgo & Golang tests.