Skip to content

Commit 7146d42

Browse files
committed
comment on get order
1 parent 6f39b0a commit 7146d42

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

jvm-common/src/main/kotlin/org/digma/intellij/plugin/idea/execution/flavor/InstrumentationFlavor.kt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ const val INSTRUMENTATION_FLAVOR_ENV_NAME = "INSTRUMENTATION_FLAVOR"
1515

1616
enum class Flavor { Default, Micronaut, Quarkus, SpringBootMicrometer, OpenLiberty, JavaServer }
1717

18-
/*
19-
todo and known issues:
20-
* when the project is setup to spring boot and micrometer and running test from intellij
21-
the selected flavor is SpringBootMicrometer but it doesn't produce data. changing to
22-
INSTRUMENTATION_FLAVOR=Default works.
23-
* a test annotated with @MicronautTest does not produce test data
24-
*/
2518

2619
interface InstrumentationFlavor {
2720

0 commit comments

Comments
 (0)