--- a/test/jdk/javax/sound/midi/Sequencer/MetaCallback.java Fri Sep 15 09:18:00 2017 -0700
+++ b/test/jdk/javax/sound/midi/Sequencer/MetaCallback.java Mon Sep 18 13:33:29 2017 -0700
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2003, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -36,6 +36,7 @@
* @test
* @bug 4347135
* @summary MIDI MetaMessage callback inconsistent
+ * @key intermittent
* @run main/othervm MetaCallback
*/
public class MetaCallback implements MetaEventListener {