Skip to content

Commit 5505137

Browse files
Merge main into feature/q-mega
2 parents d5ccf1d + 9763dbc commit 5505137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/linuxIntegrationTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ phases:
3939
- ls -alh $AWS_CONFIG_FILE
4040
- cat $AWS_CONFIG_FILE
4141
- chmod +x gradlew
42-
- DISPLAY=:22 ./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME integrationTest coverageReport --info --console plain
42+
- DISPLAY=:22 ./gradlew -PideProfileName=$ALTERNATIVE_IDE_PROFILE_NAME integrationTest coverageReport -x :plugin-toolkit:jetbrains-rider:integrationTest --info --console plain
4343
- |
4444
if [ $(docker ps -q | wc -l) -gt 0 ]; then
4545
echo 'Docker containers were not completely cleaned up!';

0 commit comments

Comments
 (0)