mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
post-merge fixups
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
package io.nosqlbench.engine.clients.grafana.analyzer;
|
||||
|
||||
import io.nosqlbench.engine.clients.grafana.transfer.GDashboard;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
public class GrafanaRegionAnalyzerTest {
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void testGetQueries() {
|
||||
GrafanaRegionAnalyzer gra = new GrafanaRegionAnalyzer();
|
||||
gra.setBaseUrl("http://44.242.139.57:3000/");
|
||||
|
||||
Reference in New Issue
Block a user