mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 05:10:56 +08:00
Build: clean up and document integration test convention (#58170)
* clean up and document integration test convention * clarify integration test conventions * clean up integration tests that don't follow convention * mark testIntegration* functions as helpers to avoid confusion
This commit is contained in:
@ -49,8 +49,9 @@ import (
|
||||
)
|
||||
|
||||
func TestIntegrationPluginManager(t *testing.T) {
|
||||
t.Helper()
|
||||
|
||||
if testing.Short() {
|
||||
t.Skip("skipping integration test")
|
||||
}
|
||||
staticRootPath, err := filepath.Abs("../../../public/")
|
||||
require.NoError(t, err)
|
||||
|
||||
|
Reference in New Issue
Block a user