Skip to content

Commit 3662be1

Browse files
remove validation unit test
Signed-off-by: Brian Dellabetta <[email protected]>
1 parent 7be5bf6 commit 3662be1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/llmcompressor/modifiers/awq/test_base.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ def test_set_resolved_mappings():
117117

118118
@pytest.mark.unit
119119
def test_validate():
120-
with pytest.raises(ValidationError):
121-
AWQModifier(scheme="W8A8")
122-
123120
with pytest.raises(ValidationError):
124121
AWQModifier(
125122
config_groups={

0 commit comments

Comments
 (0)