summaryrefslogtreecommitdiffstats
path: root/xt/lib/Bugzilla/Test/Search/FieldTest.pm
diff options
context:
space:
mode:
Diffstat (limited to 'xt/lib/Bugzilla/Test/Search/FieldTest.pm')
-rw-r--r--xt/lib/Bugzilla/Test/Search/FieldTest.pm7
1 files changed, 0 insertions, 7 deletions
diff --git a/xt/lib/Bugzilla/Test/Search/FieldTest.pm b/xt/lib/Bugzilla/Test/Search/FieldTest.pm
index 400ca3263..02e0df06c 100644
--- a/xt/lib/Bugzilla/Test/Search/FieldTest.pm
+++ b/xt/lib/Bugzilla/Test/Search/FieldTest.pm
@@ -191,13 +191,6 @@ sub _known_broken {
$value_name .= "-$extra_name";
}
- if (!$skip_pg_check and Bugzilla->dbh->isa('Bugzilla::DB::Pg')) {
- my $field_broken = PG_BROKEN->{$field}->{$operator};
- return $field_broken if $field_broken;
- my $pg_value_broken = PG_BROKEN->{$field}->{$value_name};
- return $pg_value_broken if $pg_value_broken;
- }
-
my $value_broken = $constant->{$value_name}->{$field};
$value_broken ||= $constant->{$value_name}->{$type};
return $value_broken if $value_broken;