Skip to content

Commit f606c17

Browse files
Update tests/attacks/poison/test_one_pixel_shortcut_attack.py
Co-authored-by: Beat Buesser <[email protected]>
1 parent b0c00b4 commit f606c17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/attacks/poison/test_one_pixel_shortcut_attack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ def test_one_pixel_effect_with_pytorchclassifier():
147147
raise ARTTestException("PyTorchClassifier integration with OPS attack failed") from e
148148

149149

150+
@pytest.mark.framework_agnostic
150151
def test_check_params_noop():
151152
try:
152153
attack = OnePixelShortcutAttack()

0 commit comments

Comments
 (0)