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
@@ -20,7 +20,7 @@ SQL_FILES = $(EXTENSION)--$(EXTVERSION).
 DATA = $(SQL_FILES) pgauditlogtofile.control
 
 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.)
