Skip to content

Commit

Permalink
WIP temporarily disable
Browse files Browse the repository at this point in the history
  • Loading branch information
gbp committed Sep 20, 2024
1 parent aabeedd commit 457d31b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/models/workflow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ def self.chunking(resource)
resource: resource,
jobs: [
Workflow::Jobs::ConvertToText,
Workflow::Jobs::AnonymizeText,
Workflow::Jobs::CreateChunks
]
)
Expand Down
1 change: 0 additions & 1 deletion spec/models/workflow_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
expect(workflow.jobs.map(&:class)).to eq(
[
Workflow::Jobs::ConvertToText,
Workflow::Jobs::AnonymizeText,
Workflow::Jobs::CreateChunks
]
)
Expand Down

0 comments on commit 457d31b

Please sign in to comment.