Skip to content

Commit e23b25f

Browse files
authored
chore(repo): disable failing gradle test (#30841)
1 parent f40d015 commit e23b25f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/gradle/src/gradle.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ describe('Gradle', () => {
4343
);
4444
});
4545

46-
it('should track dependencies for new app', () => {
46+
xit('should track dependencies for new app', () => {
4747
if (type === 'groovy') {
4848
createFile(
4949
`app2/build.gradle`,

0 commit comments

Comments
 (0)