Skip to content

Commit b2fb7d9

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

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
@@ -179,6 +179,7 @@ def test_ambiguous_layout_nhwc():
179179
raise ARTTestException("Ambiguous NHWC layout handling failed") from e
180180

181181

182+
@pytest.mark.framework_agnostic
182183
def test_ambiguous_layout_nchw():
183184
try:
184185
# Shape (N=1, C=2, H=3, W=2) - ambiguous, no dim equals 1/3/4

0 commit comments

Comments
 (0)