We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef48399 commit 26714d8Copy full SHA for 26714d8
agent/test/intellij/intellij.bats
@@ -31,8 +31,7 @@ setup() {
31
}
32
33
@test 'it works' {
34
- # TODO: remove this ideVersion pin
35
- run ./gradlew -PideVersion=IC-2023.3.3 :plugin-core:test --tests 'AppMapConfigFileTest.readConfigWithPath'
+ run ./gradlew :plugin-core:test --tests 'AppMapConfigFileTest.readConfigWithPath'
36
assert_success
37
38
output="$(< tmp/appmap/junit/appland_config_AppMapConfigFileTest_readConfigWithPath.appmap.json)"
0 commit comments