Skip to content

Commit

Permalink
chore(core): fix planner spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammisuli committed Nov 17, 2023
1 parent f24c14a commit 69c05dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/nx/src/native/tests/planner.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ import { ProjectGraphBuilder } from '../../project-graph/project-graph-builder';
import { createTaskGraph } from '../../tasks-runner/create-task-graph';
import { transformProjectGraphForRust } from '../transform-objects';

// disable NX_NATIVE_TASK_HASHER for this test because we need to compare the results of the new planner with the old task hasher
process.env.NX_NATIVE_TASK_HASHER = 'false';

describe('task planner', () => {
const packageJson = {
name: 'nrwl',
Expand Down

0 comments on commit 69c05dd

Please sign in to comment.