aboutsummaryrefslogtreecommitdiff
path: root/internal/calendar/oracle_ef_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/calendar/oracle_ef_test.go')
-rw-r--r--internal/calendar/oracle_ef_test.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/internal/calendar/oracle_ef_test.go b/internal/calendar/oracle_ef_test.go
index cde4393..7a1b61e 100644
--- a/internal/calendar/oracle_ef_test.go
+++ b/internal/calendar/oracle_ef_test.go
@@ -214,16 +214,6 @@ func efAllowed(date string, day time.Time, oracle efOracleDay, field string) (bo
// why several precedence/colour defects (see precedence_ef.go, temporal_ef.go)
// shipped without ever failing a test.
func TestOracleEF(t *testing.T) {
- // TEMPORARY gate (removed once the seven EF precedence defects it exposed
- // are fixed, see git history for the un-gating commit): landing this
- // strengthened assertion set immediately turns it red -- that is the
- // point, it is the regression net the fixes are built against -- but the
- // repo's own rule is "go test ./... green at every commit", so the red
- // state stays reproducible (`LECTIO_EF_ORACLE_STRICT=1 go test ./...`)
- // without failing the default build while the fixes land commit by commit.
- if os.Getenv("LECTIO_EF_ORACLE_STRICT") == "" {
- t.Skip("gated pending the EF precedence fixes; set LECTIO_EF_ORACLE_STRICT=1 to run for real")
- }
raw, err := os.ReadFile("testdata/oracle-ef.json")
if err != nil {
t.Skip("EF oracle snapshot missing; run scripts/build-oracle-ef.sh")