Skip to content

Commit eda360f

Browse files
authored
Disable test task, see #2199
1 parent b3e0588 commit eda360f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PluginsAndFeatures/azure-toolkit-for-intellij/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ task cucumber() {
153153
}
154154

155155
test.dependsOn cucumber
156-
buildPlugin.dependsOn test
156+
// buildPlugin.dependsOn test
157157

158158
defaultTasks 'buildPlugin'
159159

0 commit comments

Comments
 (0)