Skip to content

Commit b7da9e4

Browse files
authored
Remove broken TZ from Javascript Driver unit tests (#1111)
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.
1 parent dd187bf commit b7da9e4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/bolt-connection/test/timezones.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ const timezones = [
8888
'America/Aruba',
8989
'America/Asuncion',
9090
'America/Bahia',
91-
'America/Bahia_Banderas',
9291
'America/Barbados',
9392
'America/Belem',
9493
'America/Belize',
@@ -134,7 +133,6 @@ const timezones = [
134133
'America/Guyana',
135134
'America/Halifax',
136135
'America/Havana',
137-
'America/Hermosillo',
138136
'America/Indiana/Knox',
139137
'America/Indiana/Marengo',
140138
'America/Indiana/Petersburg',
@@ -161,7 +159,6 @@ const timezones = [
161159
'America/Marigot',
162160
'America/Martinique',
163161
'America/Matamoros',
164-
'America/Mazatlan',
165162
'America/Mendoza',
166163
'America/Menominee',
167164
'America/Merida',

0 commit comments

Comments
 (0)