Skip to content

Commit

Permalink
chore: snub linux only test
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Dec 19, 2023
1 parent 59a73b6 commit 5d8715c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/hooks/fixtures/func-provider-hook/funcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
version_->: "{{version}}"
processor_->: "{{processor}}"
architecture_->: "{{architecture}}"
lsb_release_->: "{{lsb_release}}"
# lsb_release_->: "{{lsb_release}}"
tackle_dir_->: "{{tackle_dir}}"
provider_dir_->: "{{provider_dir}}"
calling_directory_->: "{{calling_directory}}"
Expand Down Expand Up @@ -38,7 +38,7 @@ here<-:
version_->: "{{version}}"
processor_->: "{{processor}}"
architecture_->: "{{architecture}}"
lsb_release_->: "{{lsb_release}}"
# lsb_release_->: "{{lsb_release}}"
tackle_dir_->: "{{tackle_dir}}"
provider_dir_->: "{{provider_dir}}"
calling_directory_->: "{{calling_directory}}"
Expand Down
1 change: 0 additions & 1 deletion tests/special_variables/test_special_variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def special_variables_context() -> Context:
('{{version}}', lambda x: x == platform.version()),
('{{processor}}', lambda x: x == platform.processor()),
('{{architecture}}', lambda x: x == platform.architecture()),
('{{lsb_release}}', lambda x: get_linux_distribution()),
('{{current_file}}', lambda x: x.endswith('.tackle.yaml')),
('{{calling_directory}}', lambda x: x.endswith('special_variables')),
('{{current_directory}}', lambda x: x.endswith('special_variables')),
Expand Down

0 comments on commit 5d8715c

Please sign in to comment.