diff --git a/agent_plugins_test.go b/agent_plugins_test.go index 792e4be2b..f3e42e7d2 100644 --- a/agent_plugins_test.go +++ b/agent_plugins_test.go @@ -43,9 +43,7 @@ func CleanAgentPluginsTests() { } func initAgentPluginsTest(t *testing.T) { - if !*tests.TestAgentPlugins { - t.Skip("Skipping agent plugins tests. To run add '--test.agentPlugins'.") - } + t.Skip("Agent plugins e2e tests are disabled") createJfrogHomeConfig(t, false) require.True(t, isRepoExist(tests.AgentPluginsLocalRepo), "agent plugins local repo does not exist: "+tests.AgentPluginsLocalRepo) // The test Artifactory instance has no evidence/One-Model service configured.