Skip to content

Commit a0c55a7

Browse files
authored
RTECO-1560 - Skip agentplugins tests (#3587)
1 parent ceef4d3 commit a0c55a7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

agent_plugins_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ func CleanAgentPluginsTests() {
4343
}
4444

4545
func initAgentPluginsTest(t *testing.T) {
46-
if !*tests.TestAgentPlugins {
47-
t.Skip("Skipping agent plugins tests. To run add '--test.agentPlugins'.")
48-
}
46+
t.Skip("Agent plugins e2e tests are disabled")
4947
createJfrogHomeConfig(t, false)
5048
require.True(t, isRepoExist(tests.AgentPluginsLocalRepo), "agent plugins local repo does not exist: "+tests.AgentPluginsLocalRepo)
5149
// The test Artifactory instance has no evidence/One-Model service configured.

0 commit comments

Comments
 (0)