Skip to content

Commit 294c6b5

Browse files
authored
Fix slow tests (#6505)
* fix graphsdk test taking 3 minutes * Update appdetect tests
1 parent 92efe4d commit 294c6b5

File tree

11 files changed

+20
-596
lines changed

11 files changed

+20
-596
lines changed

cli/azd/internal/appdetect/appdetect_test.go

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,10 @@ func TestDetect(t *testing.T) {
6262
},
6363
{
6464
Language: Java,
65-
Path: "java-multimodules/module1",
65+
Path: "java-multimodules/module",
6666
RootPath: filepath.Join(dir, "java-multimodules"),
6767
DetectionRule: "Inferred by presence of: pom.xml",
6868
},
69-
{
70-
Language: Java,
71-
Path: "java-multimodules/module2/submodule1",
72-
RootPath: filepath.Join(dir, "java-multimodules"), // point to the root, not direct parent
73-
DetectionRule: "Inferred by presence of: pom.xml",
74-
},
7569
{
7670
Language: Java,
7771
Path: "java-multimodules/notmodule",

0 commit comments

Comments
 (0)