These tests depend on a timestamp in the filename, they fail very often

The are probably also missing the pg_sleep() present in audit_file_mode. On arm64, they fail 100% of the time.

--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ OBJS = pgauditlogtofile.o logtofile.o lo
 DATA = pgauditlogtofile--1.0.sql pgauditlogtofile--1.0--1.2.sql pgauditlogtofile--1.2--1.3.sql pgauditlogtofile--1.3--1.4.sql pgauditlogtofile--1.4--1.5.sql pgauditlogtofile--1.5--1.6.sql pgauditlogtofile--1.6--1.7.sql pgauditlogtofile--1.7--1.8.sql
 
 REGRESS_OPTS = --inputdir=test --outputdir=test --load-extension=pgaudit --load-extension=pgauditlogtofile
-REGRESS = extension_exists guc_defaults audit_file_exists audit_file_content audit_file_mode
+REGRESS = extension_exists guc_defaults audit_file_mode
 #REGRESS = extension_exists guc_defaults audit_file_exists audit_file_content rotation connections execution_data file_mode error_conditions disconnection_rotation_1_setup disconnection_rotation_2_check
 
 GCC_VERSION := $(shell gcc -dumpversion | cut -f1 -d.)
