test(storage): skip flaky test
parent
9bfd1119b9
commit
f4413d726b
|
@ -491,6 +491,7 @@ func TestShard_WritePoints_FieldConflictConcurrent(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestShard_WritePoints_FieldConflictConcurrentQuery(t *testing.T) {
|
||||
t.Skip("https://github.com/influxdata/influxdb/issues/14267")
|
||||
if testing.Short() {
|
||||
t.Skip()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue