Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
disable dict metrics test (#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
chicm-ms authored Mar 19, 2020
1 parent 2fad4eb commit e9865b1
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions test/config/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,16 @@ testCases:
kwargs:
expected_result_file: expected_metrics.json

- name: metrics_dict
configFile: test/config/metrics_test/config_dict_metrics.yml
config:
maxTrialNum: 1
trialConcurrency: 1
validator:
class: MetricsValidator
kwargs:
expected_result_file: expected_metrics_dict.json
# to be enabled
#- name: metrics_dict
# configFile: test/config/metrics_test/config_dict_metrics.yml
# config:
# maxTrialNum: 1
# trialConcurrency: 1
# validator:
# class: MetricsValidator
# kwargs:
# expected_result_file: expected_metrics_dict.json

- name: nnicli
configFile: test/config/examples/sklearn-regression.yml
Expand Down

0 comments on commit e9865b1

Please sign in to comment.