We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceef4d3 commit a0c55a7Copy full SHA for a0c55a7
1 file changed
agent_plugins_test.go
@@ -43,9 +43,7 @@ func CleanAgentPluginsTests() {
43
}
44
45
func initAgentPluginsTest(t *testing.T) {
46
- if !*tests.TestAgentPlugins {
47
- t.Skip("Skipping agent plugins tests. To run add '--test.agentPlugins'.")
48
- }
+ t.Skip("Agent plugins e2e tests are disabled")
49
createJfrogHomeConfig(t, false)
50
require.True(t, isRepoExist(tests.AgentPluginsLocalRepo), "agent plugins local repo does not exist: "+tests.AgentPluginsLocalRepo)
51
// The test Artifactory instance has no evidence/One-Model service configured.
0 commit comments