summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPallavi Sontakke2016-02-17 10:58:08 +0000
committerPavan Deolasee2016-10-18 09:58:31 +0000
commit653aae1ca78f90f114110e7c1442fa4b10e2034b (patch)
tree9d463e813535c0d35733d3fd098b92e1b03cad42
parentc58b0aa0a6ce18dedc14476e80b867e061700368 (diff)
Remove known bugs' tests from schedule.
-rw-r--r--contrib/tsm_system_time/Makefile2
-rw-r--r--src/test/regress/parallel_schedule3
2 files changed, 1 insertions, 4 deletions
diff --git a/contrib/tsm_system_time/Makefile b/contrib/tsm_system_time/Makefile
index 8e1648b122..c42c1c6bb6 100644
--- a/contrib/tsm_system_time/Makefile
+++ b/contrib/tsm_system_time/Makefile
@@ -7,7 +7,7 @@ PGFILEDESC = "tsm_system_time - SYSTEM TABLESAMPLE method which accepts number r
EXTENSION = tsm_system_time
DATA = tsm_system_time--1.0.sql
-REGRESS = tsm_system_time xl_known_bugs
+REGRESS = tsm_system_time
ifdef USE_PGXS
PG_CONFIG = pg_config
diff --git a/src/test/regress/parallel_schedule b/src/test/regress/parallel_schedule
index 5da9203c40..2b790fdbdc 100644
--- a/src/test/regress/parallel_schedule
+++ b/src/test/regress/parallel_schedule
@@ -141,6 +141,3 @@ test: xc_notrans_block
# This runs XL specific tests
test: xl_primary_key xl_foreign_key xl_distribution_column_types xl_alter_table xl_distribution_column_types_modulo xl_plan_pushdown xl_functions xl_limitations xl_user_defined_functions xl_join
-#known bugs
-test: xl_bugs
-test: xl_known_bugs