Skip to content

Commit

Permalink
do not use kibana sample data logs
Browse files Browse the repository at this point in the history
  • Loading branch information
walterra committed Oct 3, 2023
1 parent 81ab9b9 commit 7e8b263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/test/functional/apps/aiops/test_data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,9 @@ const getArtificialLogDataViewTestData = (analysisType: LogRateAnalysisType): Te
});

export const logRateAnalysisTestData: TestData[] = [
kibanaLogsDataViewTestData,
// Temporarily disabling since the data seems out of sync on local dev installs and CI
// so it's not possible to compare and update assertions accordingly.
// kibanaLogsDataViewTestData,
farequoteDataViewTestData,
farequoteDataViewTestDataWithQuery,
getArtificialLogDataViewTestData(LOG_RATE_ANALYSIS_TYPE.SPIKE),
Expand Down

0 comments on commit 7e8b263

Please sign in to comment.