File: disable-unstable-test

package info (click to toggle)
pg-fact-loader 2.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,884 kB
  • sloc: sql: 28,911; sh: 157; makefile: 26
file content (17 lines) | stat: -rw-r--r-- 549 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
These tests have been failing in various ways.

Instead of adding yet another patch, let's just disable them.

--- a/Makefile
+++ b/Makefile
@@ -10,8 +10,8 @@ REGRESS := 01_create_ext 02_schema 03_au
         07_launch_worker 08_fact_table_deps \
         09_purge 10_delete 11_more_data \
         12_no_proid 13_cutoff_no_dep_on_filter \
-        14_null_key 15_source_change_date \
-        16_1_2_features 17_1_3_features
+        14_null_key 15_source_change_date
+
 PG_CONFIG = pg_config
 PGXS := $(shell $(PG_CONFIG) --pgxs)
 include $(PGXS)