Skip to content

Commit 26714d8

Browse files
committed
test: remove ideVersion pin in intellij test
1 parent ef48399 commit 26714d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

agent/test/intellij/intellij.bats

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ setup() {
3131
}
3232

3333
@test 'it works' {
34-
# TODO: remove this ideVersion pin
35-
run ./gradlew -PideVersion=IC-2023.3.3 :plugin-core:test --tests 'AppMapConfigFileTest.readConfigWithPath'
34+
run ./gradlew :plugin-core:test --tests 'AppMapConfigFileTest.readConfigWithPath'
3635
assert_success
3736

3837
output="$(< tmp/appmap/junit/appland_config_AppMapConfigFileTest_readConfigWithPath.appmap.json)"

0 commit comments

Comments
 (0)