dap: make dap generally available
Removes the experimental flags and bits for dap and deletes some dead code that somehow made its way this far without anyone noticing. Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
This commit is contained in:
@@ -25,10 +25,6 @@ import (
|
||||
)
|
||||
|
||||
func dapBuildCmd(t *testing.T, sb integration.Sandbox, opts ...cmdOpt) (*daptest.Client, func(interrupt bool) error, error) {
|
||||
if !isExperimental() {
|
||||
t.Skip("only testing when experimental is enabled")
|
||||
}
|
||||
|
||||
opts = append([]cmdOpt{withArgs("dap", "build")}, opts...)
|
||||
|
||||
cmd := buildxCmd(sb, opts...)
|
||||
|
||||
Reference in New Issue
Block a user