diff --git a/tests/sonic_xcvr/test_sff8472.py b/tests/sonic_xcvr/test_sff8472.py index 01ae9e6ec..11aeadd20 100644 --- a/tests/sonic_xcvr/test_sff8472.py +++ b/tests/sonic_xcvr/test_sff8472.py @@ -323,9 +323,6 @@ def test_get_overall_offset(self): with pytest.raises(ValueError): self.api.get_overall_offset(0, -1, 1, wire_addr='a2h') - with pytest.raises(ValueError): - self.api.get_overall_offset(0, 128, 1, wire_addr='A2h') - with pytest.raises(ValueError): self.api.get_overall_offset(0, 0, 0, wire_addr='A2h')