We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82e997 commit f56fce6Copy full SHA for f56fce6
its/plugin/it-python-plugin-test/src/test/java/com/sonar/python/it/plugin/MetricsTest.java
@@ -153,17 +153,6 @@ void file_level() {
153
assertThat(getFileMeasureAsInt(VIOLATIONS)).isZero();
154
}
155
156
- @Test
157
- void should_be_compatible_with_DevCockpit() {
158
- // TODO probably bug in Sonar: order might depend on JVM
159
- assertThat(getFileMeasure(NCLOC_DATA).getValue())
160
- .doesNotContain("1=1")
161
- .contains("5=1");
162
- assertThat(getFileMeasure(EXECUTABLE_LINES_DATA).getValue())
163
164
165
- }
166
-
167
/* Helper methods */
168
169
private Measure getProjectMeasure(String metricKey) {
0 commit comments