Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
milesstoetzner committed Sep 22, 2024
1 parent 6ae93e6 commit 3cb415e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,6 @@ topology_template:
type: boolean
default: false

# TODO: remove these
options:
technology_constraint: false
required_technology_check: false
required_artifact_constraint: false
expected_artifact_check: true

node_templates:
###################################################
#
Expand Down
2 changes: 1 addition & 1 deletion tests/examples.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('examples', async () => {

for (const example of examples) {
// TODO: remove this
if (!example.includes('industry---plus-maintenance-manual')) continue
if (!example.includes('industry')) continue

const exampleDir = path.join(examplesDir, example)
const testsPath = path.join(exampleDir, 'tests')
Expand Down

0 comments on commit 3cb415e

Please sign in to comment.