mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix: Comment out flaky tests for TestReadProm (#52243)
* comment out flaky test * commented out unused functions * using t.skip() * disable linting
This commit is contained in:
parent
c851907fc3
commit
58a4122624
@ -16,6 +16,9 @@ import (
|
||||
const update = true
|
||||
|
||||
func TestReadPromFrames(t *testing.T) {
|
||||
// FIXME:
|
||||
// skipping test due to flaky behavior
|
||||
t.Skip()
|
||||
files := []string{
|
||||
"prom-labels",
|
||||
"prom-matrix",
|
||||
@ -41,6 +44,8 @@ func TestReadPromFrames(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
// FIXME:
|
||||
//lint:ignore U1000 Ignore used function for now
|
||||
func runScenario(name string, opts Options) func(t *testing.T) {
|
||||
return func(t *testing.T) {
|
||||
// Safe to disable, this is a test.
|
||||
|
Loading…
Reference in New Issue
Block a user