Remove known bugs' tests from schedule.
authorPallavi Sontakke <[email protected]>
Wed, 17 Feb 2016 10:58:08 +0000 (16:28 +0530)
committerPallavi Sontakke <[email protected]>
Wed, 17 Feb 2016 10:58:08 +0000 (16:28 +0530)
contrib/tsm_system_time/Makefile
src/test/regress/parallel_schedule

index 0176e9a5ddc2e11a4dc9ade890d3fa560def119e..4c08a9935ab68ea80bd28f8b99059689aae9112d 100644 (file)
@@ -7,7 +7,7 @@ PGFILEDESC = "tsm_system_time - TABLESAMPLE method which accepts time in millise
 EXTENSION = tsm_system_time
 DATA = tsm_system_time--1.0.sql
 
-REGRESS = tsm_system_time xl_known_bugs
+REGRESS = tsm_system_time
 
 SHLIB_LINK += $(filter -lm, $(LIBS))
 
index 768855afa5a90ea9e8d6506c4fbc912ce216567f..f57a58717403964e7cee4d4a05ac7b1e9c08feaa 100644 (file)
@@ -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