···21082108::: tip
21092109You can disable isolation for specific pools by using [`poolOptions`](#pooloptions) property.
21102110:::
21112111+21122112+### includeTaskLocation <Badge type="info">1.4.0+</Badge> {#includeTaskLocation}
21132113+21142114+- **Type:** `boolean`
21152115+- **Default:** `false`
21162116+21172117+Should `location` property be included when Vitest API receives tasks in [reporters](#reporters). If you have a lot of tests, this might cause a small performance regression.
21182118+21192119+The `location` property has `column` and `line` values that correspond to the `test` or `describe` position in the original file.
21202120+21212121+::: tip
21222122+This option has no effect if you do not use custom code that relies on this.
21232123+:::