Skip to content

Commit

Permalink
skip test for relationJoins
Browse files Browse the repository at this point in the history
  • Loading branch information
millsp committed Feb 6, 2024
1 parent ed6d358 commit d416c2a
Show file tree
Hide file tree
Showing 3 changed files with 306 additions and 294 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export type NamedTestSuiteConfig = {
relationMode?: `${RelationModes}`
engineType?: `${ClientEngineType}`
clientRuntime?: `${ClientRuntime}`
previewFeatures?: string[]
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function getTestSuitePlan(
expandedSuiteConfigs.forEach((config) => {
config.matrixOptions.engineType ??= testCliMeta.engineType
config.matrixOptions.clientRuntime ??= testCliMeta.runtime
config.matrixOptions.previewFeatures ??= testCliMeta.previewFeatures
})

return expandedSuiteConfigs.map((namedConfig, configIndex) => ({
Expand Down

0 comments on commit d416c2a

Please sign in to comment.