diff --git a/src/config/lang/lang.go b/src/config/lang/lang.go index b9bc6fcc..0b262bcc 100644 --- a/src/config/lang/lang.go +++ b/src/config/lang/lang.go @@ -119,7 +119,4 @@ const ( CmdPeprMonitorTimestampFlag = "Show timestamps in Pepr logs" CmdPeprMonitorSinceFlag = "Only return logs newer than a relative duration like 5s, 2m, or 3h. Defaults to all logs." CmdPeprMonitorJSONFlag = "Return the raw JSON output of the logs" - - // ui - CmdUIShort = "[beta] Launch UDS Runtime and view UI" ) diff --git a/tasks/tests.yaml b/tasks/tests.yaml index 8b4eb292..820e45b1 100644 --- a/tasks/tests.yaml +++ b/tasks/tests.yaml @@ -53,8 +53,8 @@ tasks: - cmd: cd src/test/e2e && go test -failfast -v -timeout 30m optional_bundle_test.go commands_test.go main_test.go - name: vendor - description: only run tests for vendored apps (zarf, maru, runtime, security hub) - - cmd: cd src/test/e2e && go test -failfast -v -timeout 30m zarf_test.go runner_test.go ui_test.go security_hub_test.go commands_test.go main_test.go + description: only run tests for vendored apps (zarf, maru, security hub) + - cmd: cd src/test/e2e && go test -failfast -v -timeout 30m zarf_test.go runner_test.go security_hub_test.go commands_test.go main_test.go - name: engine-e2e description: only run engine e2e tests