EntityAPI: disable integration tests (#60073)

disable entity api int tests
This commit is contained in:
Artur Wierzbicki
2022-12-09 11:50:13 +04:00
committed by GitHub
parent 2db8ed9441
commit 4893acaeb4

View File

@@ -119,6 +119,11 @@ func requireVersionMatch(t *testing.T, obj *entity.EntityVersionInfo, m objectVe
}
func TestIntegrationEntityServer(t *testing.T) {
if true {
// FIXME
t.Skip()
}
if testing.Short() {
t.Skip("skipping integration test")
}