mirror of https://github.com/databricks/cli.git
remove unnecessary filter
This commit is contained in:
parent
4a468eec14
commit
92273bb86d
|
@ -144,11 +144,6 @@ func testAccept(t *testing.T, InprocessMode bool, singleTest string) int {
|
|||
t.Parallel()
|
||||
}
|
||||
|
||||
if singleTest != "" && singleTest != testName {
|
||||
t.Skip("Skipping due to singleTest")
|
||||
return
|
||||
}
|
||||
|
||||
runTest(t, dir, coverDir, repls.Clone())
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue