Skip to content

Commit

Permalink
Remove broken TZ from Javascript Driver unit tests (#1111)
Browse files Browse the repository at this point in the history
The removed timezone  doesn’t work properly in a test scenario since the algorithm used for asserting is not able to do the correct math.

The driver code itself is working properly. This is just the matter of fixing the test to avoid flakyness.
  • Loading branch information
bigmontz committed Jul 11, 2023
1 parent dd187bf commit b7da9e4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/bolt-connection/test/timezones.js
Expand Up @@ -88,7 +88,6 @@ const timezones = [
'America/Aruba',
'America/Asuncion',
'America/Bahia',
'America/Bahia_Banderas',
'America/Barbados',
'America/Belem',
'America/Belize',
Expand Down Expand Up @@ -134,7 +133,6 @@ const timezones = [
'America/Guyana',
'America/Halifax',
'America/Havana',
'America/Hermosillo',
'America/Indiana/Knox',
'America/Indiana/Marengo',
'America/Indiana/Petersburg',
Expand All @@ -161,7 +159,6 @@ const timezones = [
'America/Marigot',
'America/Martinique',
'America/Matamoros',
'America/Mazatlan',
'America/Mendoza',
'America/Menominee',
'America/Merida',
Expand Down

0 comments on commit b7da9e4

Please sign in to comment.